summaryrefslogtreecommitdiff
path: root/npc/020-7-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-15 00:03:17 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-15 00:03:17 -0300
commitde91f19741877419f85f8e939165a8b4e23e6cb6 (patch)
treeeab0c1670db472fa98da854ad004aa504676a585 /npc/020-7-1
parenta5d3ad2bbb312565c6aab2047314542c2d5dacd3 (diff)
downloadserverdata-de91f19741877419f85f8e939165a8b4e23e6cb6.tar.gz
serverdata-de91f19741877419f85f8e939165a8b4e23e6cb6.tar.bz2
serverdata-de91f19741877419f85f8e939165a8b4e23e6cb6.tar.xz
serverdata-de91f19741877419f85f8e939165a8b4e23e6cb6.zip
Fix another major bug
Diffstat (limited to 'npc/020-7-1')
-rw-r--r--npc/020-7-1/janitors.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-7-1/janitors.txt b/npc/020-7-1/janitors.txt
index b707d53c8..5c4fc24ee 100644
--- a/npc/020-7-1/janitors.txt
+++ b/npc/020-7-1/janitors.txt
@@ -471,7 +471,7 @@ function askQuestion {
next;
mes "";
select
- rif(.@qt == 255, "Did you found the supplies yet?"),
+ rif(.@qt == 255 && .@q == 1, "Did you found the supplies yet?"),
rif(.@qs & BS_QVISITOR, l("Do you know anything about the strange visitor?")),
rif(.@qs & BS_QHELPER, l("What's your opinion of Peetu and his work?")),
any(l("I need to leave."), l("See you."), l("Bye."));