summaryrefslogtreecommitdiff
path: root/npc/023-3-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-16 23:49:14 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-16 23:49:14 -0300
commit437e9654494e95aa1c9268aa6e60e03b79273786 (patch)
treee220e1e229d838ef85168acc96c49cb186d04f88 /npc/023-3-2
parent1ad03f3cdca3fc747c7be66911621c8f57b8d8d4 (diff)
downloadserverdata-437e9654494e95aa1c9268aa6e60e03b79273786.tar.gz
serverdata-437e9654494e95aa1c9268aa6e60e03b79273786.tar.bz2
serverdata-437e9654494e95aa1c9268aa6e60e03b79273786.tar.xz
serverdata-437e9654494e95aa1c9268aa6e60e03b79273786.zip
Fix anti-cheat measures (some)
Diffstat (limited to 'npc/023-3-2')
-rw-r--r--npc/023-3-2/logic.txt4
1 files changed, 2 insertions, 2 deletions
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;
}