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-1/logic.txt | 2 +- npc/023-3-2/logic.txt | 4 ++-- npc/023-3/logic.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt index 8cf304e45..8c73c23eb 100644 --- a/npc/023-3-1/logic.txt +++ b/npc/023-3-1/logic.txt @@ -12,7 +12,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; diff --git a/npc/023-3-2/logic.txt b/npc/023-3-2/logic.txt index 17ea27118..059ad4c1b 100644 --- a/npc/023-3-2/logic.txt +++ b/npc/023-3-2/logic.txt @@ -12,12 +12,12 @@ 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; } - if (.@q == 13) { + if (.@q == 15) { dispbottom lg("I'm not a coward! I must press forward!"); end; } 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