From 1ef67ed08091f7a71fbef40e7ae566ae5e6333a1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 9 Sep 2019 12:46:50 -0300 Subject: Fix the wrong switches --- npc/018-6-1/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/018-6-1/main.txt') 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"); } -- cgit v1.2.3-60-g2f50