From 437e9654494e95aa1c9268aa6e60e03b79273786 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Jun 2019 23:49:14 -0300 Subject: Fix anti-cheat measures (some) --- npc/023-3/logic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/023-3') diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index 1f523a735..bb89dfa3b 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -13,7 +13,7 @@ OnTouch: .@q=getq(General_Narrator); .@q2=getq2(General_Narrator); // Cheater Detected - if (.@q < 13) { + if (.@q < 15) { warp "Save", 0, 0; percentheal -100, -100; return false; -- cgit v1.2.3-70-g09d2