diff options
author | Reid <reidyaro@gmail.com> | 2016-07-04 22:51:34 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-07-04 22:51:34 +0200 |
commit | 544dbd85aa1ef98f62c0c89c43665f7ed5fc7058 (patch) | |
tree | 6bcf65e49168c00a1be5ec535dccd93978a4e0ab | |
parent | a97a98fb46d6ed7e90dc0ba8416d9a3d0b1bcb5f (diff) | |
download | serverdata-544dbd85aa1ef98f62c0c89c43665f7ed5fc7058.tar.gz serverdata-544dbd85aa1ef98f62c0c89c43665f7ed5fc7058.tar.bz2 serverdata-544dbd85aa1ef98f62c0c89c43665f7ed5fc7058.tar.xz serverdata-544dbd85aa1ef98f62c0c89c43665f7ed5fc7058.zip |
Fix couwan quest, it was impossible to complete it after leaving the ship.
-rw-r--r-- | npc/000-1/gugli.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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; |