From 008a5aa254d38ea94456505de84d8242772049de Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Sep 2019 19:49:56 -0300 Subject: Correct the check, make Black Mamba 10ms faster for whatever reason --- npc/018-6-0/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/018-6-0') diff --git a/npc/018-6-0/main.txt b/npc/018-6-0/main.txt index 0a5b667c3..683c21239 100644 --- a/npc/018-6-0/main.txt +++ b/npc/018-6-0/main.txt @@ -72,7 +72,7 @@ OnTouch: .@q=getq(LoFQuest_Barbara); .@q2=getq2(LoFQuest_Barbara); .@q3=getq3(LoFQuest_Barbara); - if (.@q < 2 || .@q3 != 7) + if (.@q < 2 || (.@q2 == 2 && .@q3 != 7)) Exception("ERROR, YOU SHOULD NOT BEEN SEEING THIS. 018-6-1.TFC.INVALID", RB_DEFAULT|RB_ISFATAL); // Make the speech if (.@q == 2) { -- cgit v1.2.3-60-g2f50