diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/gugli.txt | 2 | ||||
-rw-r--r-- | npc/000-2-3/nard.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index dc9d13c7..9d5c3505 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -24,7 +24,7 @@ 000-1,85,108,0 script Gugli NPC_GUGLI,{ - if (getq(ShipQuests_Couwan == 1)) + if (getq(ShipQuests_Couwan) == 1) { speech 4, l("Great to see you! What can I do for you today?"); diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index f1b559ce..86665355 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -140,7 +140,7 @@ L_SpecialTask: goto L_MenuQuest; -LDrasilIsland: +L_DrasilIsland: mes ""; mesn; mesq l("To be honest, no, never."); |