summaryrefslogtreecommitdiff
path: root/npc/020-7-1/core.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-7-1/core.txt')
-rw-r--r--npc/020-7-1/core.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/020-7-1/core.txt b/npc/020-7-1/core.txt
index a247aee3d..3413ce009 100644
--- a/npc/020-7-1/core.txt
+++ b/npc/020-7-1/core.txt
@@ -16,12 +16,12 @@ function script BSQuestion {
// After you collected everyone's feedback, hide the option
if (is_between(3,8,.@b1)) {
- if (.@b2 < BS_NPCALL)
+ if (.@b3 < BS_NPCALL)
.@rt=.@rt | BS_QHELPER;
}
- if (.@b1 == 7) {
- if (.@b3 < BS_NPCALL)
+ if (.@b1 == 6) {
+ if (.@b2 < BS_NPCALL)
.@rt=.@rt | BS_QVISITOR;
}
return .@rt;