diff options
Diffstat (limited to 'npc/018-6-1')
-rw-r--r-- | npc/018-6-1/main.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index c85cf76b5..3a8744390 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -388,6 +388,10 @@ L_MainStory: BARBARA_STATE=1; setq1 LoFQuest_Barbara, 5; disablenpc instance_npcname(.name$); // NPC will now go to rest + next; + closeclientdialog; + dispbottom l("You see a fruit on her body. You take it."); + getitembound MysteriousFruit, 1, 4; close; } else { @evil=false; |