diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-20 11:34:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-20 11:34:01 -0300 |
commit | f2099ffb367f752133a212f9b2c3634bef7f206d (patch) | |
tree | b919e3925c2842303c5ffd09d264a215b53662b8 /npc | |
parent | 5c183b8c97088dc2e55faa9a56f101d1c8b3c3f9 (diff) | |
download | serverdata-f2099ffb367f752133a212f9b2c3634bef7f206d.tar.gz serverdata-f2099ffb367f752133a212f9b2c3634bef7f206d.tar.bz2 serverdata-f2099ffb367f752133a212f9b2c3634bef7f206d.tar.xz serverdata-f2099ffb367f752133a212f9b2c3634bef7f206d.zip |
Typo
Diffstat (limited to 'npc')
-rw-r--r-- | npc/020-7-1/janitors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-7-1/janitors.txt b/npc/020-7-1/janitors.txt index 06a5fde32..7fe2fdc17 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 == BS_SNESTALL && .@q == 1, "Did you found the supplies yet?"), + rif(.@qt == BS_SNESTALL && .@qs == 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.")); |