diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-20 11:42:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-20 11:42:00 -0300 |
commit | 73a4adc019af26ab89e372522ec2f6058cf3e5d0 (patch) | |
tree | 070ac317d24d6e97eac9ffd36b476ae0df5bce8d /npc/020-7-1/janitors.txt | |
parent | 858ade157daeb10253cd8023a20662f5361f42e6 (diff) | |
download | serverdata-73a4adc019af26ab89e372522ec2f6058cf3e5d0.tar.gz serverdata-73a4adc019af26ab89e372522ec2f6058cf3e5d0.tar.bz2 serverdata-73a4adc019af26ab89e372522ec2f6058cf3e5d0.tar.xz serverdata-73a4adc019af26ab89e372522ec2f6058cf3e5d0.zip |
Bugfixes
Diffstat (limited to 'npc/020-7-1/janitors.txt')
-rw-r--r-- | npc/020-7-1/janitors.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/020-7-1/janitors.txt b/npc/020-7-1/janitors.txt index f909a8b0b..f9d85588d 100644 --- a/npc/020-7-1/janitors.txt +++ b/npc/020-7-1/janitors.txt @@ -450,6 +450,7 @@ OnInit: function askQuestion { next; + .@qt=getq3(NivalisQuest_BlueSageSlimes); if (.@qt >= BS_SNESTALL) { mesn; mesq l("I heard you fought the slimes that were still roaming between the bookshelves. Thank you!"); @@ -463,7 +464,7 @@ function askQuestion { // Mainframe Loop do { - .@q=getq(NivalisQuest_BlueSage); + .@q=getq(NivalisQuest_BlueSageSlimes); .@q2=getq2(NivalisQuest_BlueSage); .@q3=getq3(NivalisQuest_BlueSage); .@qs=BSQuestion(getq(NivalisQuest_BlueSage)); @@ -471,7 +472,7 @@ function askQuestion { next; mes ""; select - rif(.@qt == BS_SNESTALL && .@qs == 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.")); |