diff options
Diffstat (limited to 'npc/023-3-1')
-rw-r--r-- | npc/023-3-1/logic.txt | 2 |
1 files changed, 1 insertions, 1 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; |