From 73a4adc019af26ab89e372522ec2f6058cf3e5d0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 Jun 2019 11:42:00 -0300 Subject: Bugfixes --- npc/020-7-1/janitors.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc') 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.")); -- cgit v1.2.3-60-g2f50