summaryrefslogtreecommitdiff
path: root/npc/020-7-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-19 00:09:40 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-19 00:09:40 -0300
commit8d0d576e07992847b27c444f7aa9dc3c7c66cfe8 (patch)
treeedd13ea643e944d19c5fbdd25a523f187deeb1e5 /npc/020-7-1
parent6af78fb3c9a58004f4ed1724eebef6fd0d326118 (diff)
downloadserverdata-8d0d576e07992847b27c444f7aa9dc3c7c66cfe8.tar.gz
serverdata-8d0d576e07992847b27c444f7aa9dc3c7c66cfe8.tar.bz2
serverdata-8d0d576e07992847b27c444f7aa9dc3c7c66cfe8.tar.xz
serverdata-8d0d576e07992847b27c444f7aa9dc3c7c66cfe8.zip
Obvious 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 5c4fc24ee..06a5fde32 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 && .@q == 1, "Did you found the supplies yet?"),
+ rif(.@qt == BS_SNESTALL && .@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."));