From 544dbd85aa1ef98f62c0c89c43665f7ed5fc7058 Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 4 Jul 2016 22:51:34 +0200 Subject: Fix couwan quest, it was impossible to complete it after leaving the ship. --- npc/000-1/gugli.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 286ac272..855d8f42 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -23,6 +23,14 @@ // 22 Gave all of the box to Gugli. 000-1,85,108,0 script Gugli NPC_GUGLI,{ + + if (getq(ShipQuests_Couwan == 1)) + { + speech 4, + l("Great to see you! What can I do for you today?"); + goto L_Menu; + } + if (getq(General_Narrator) > 0) { sailortalk; -- cgit v1.2.3-70-g09d2