diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/gugli.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 246517f8..389eab01 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -26,7 +26,7 @@ OnTalk: mesn; set @n, getq(ShipQuests_Nard); set @g, getq(ShipQuests_Gugli); - if (@n > 1 | @g == 2) goto l_TaskCompleted; + if (@n > 1 || @g == 2) goto l_TaskCompleted; if (@g == 1) goto l_TaskGiven; mesq l("Hi @@, I have heard captain sent you down here, uh?", strcharinfo(0)); |