diff options
Diffstat (limited to 'npc/000-1/gugli.txt')
-rw-r--r-- | npc/000-1/gugli.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index d5af91853..1f3762714 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -83,13 +83,13 @@ l_Menu: rif(countitem("AquadaBox") > 0 || countitem("CroconutBox") > 0 || countitem("PlushroomBox") > 0, l("I have some food for you.")), l_CollectSmthing, l("Who should I search for?"), l_SailorNames, l("Where can I find your crew?"), l_Location, - l("See you!"), close; + l("See you!"), l_Quit; l_MenuDone: menu rif(getq(ShipQuests_Couwan) == 1, l("Couwan gave me this box, it is for you.")), l_Couwan, l("I have collected all the boxes you needed."), l_TaskDone, - l("See you!"), close; + l("See you!"), l_Quit; l_SailorNames: mes ""; @@ -219,4 +219,7 @@ l_AllComplete: doevent "Gugli::OnTalk"; close; +l_Quit: + close; + } |