diff options
-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 7fe2fdc17..ce49a252a 100644 --- a/npc/020-7-1/janitors.txt +++ b/npc/020-7-1/janitors.txt @@ -450,7 +450,7 @@ OnInit: function askQuestion { next; - if (.@qt >= 255) { + if (.@qt >= BS_SNESTALL) { mesn; mesq l("I heard you fought the slimes that were still roaming between the bookshelves. Thank you!"); next; |