summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/018-6-0/ctrl2
-rw-r--r--npc/018-6-1/main.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/018-6-0/ctrl b/npc/018-6-0/ctrl
index c106d8c99..898b0fddb 100644
--- a/npc/018-6-0/ctrl
+++ b/npc/018-6-0/ctrl
@@ -26,6 +26,8 @@ q1
0 Magic Apple forgotten
1 Magic Apple taken
5 Barbara captured
+ 0 Magic Apple forgotten
+ 1 Magic Apple taken
0 Reward claimed
Field 2: Instance ID
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt
index 5981c4fb6..630f80d43 100644
--- a/npc/018-6-1/main.txt
+++ b/npc/018-6-1/main.txt
@@ -451,7 +451,7 @@ OnTouch:
.@q=getq(LoFQuest_Barbara);
.@q2=getq2(LoFQuest_Barbara);
.@q3=getq3(LoFQuest_Barbara);
- if (.@q == 4 && !(.@q3 & 2)) {
+ if (.@q == 4) {
enablenpc instance_npcname("Barbara#01861", .@q2);
addtimer2(500, instance_npcname("Barbara#01861", .@q2)+"::OnMain");
}