From 34836c434f288a4030e813b93c210803aa1a3daa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Feb 2020 12:14:32 -0300 Subject: Whitespace fixing --- npc/023-3/logic.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/023-3') diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index 756d0dbfe..3da5fedb7 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 < 15) { + if (.@q < 15) { warp "Save", 0, 0; percentheal -100, -100; end; @@ -35,13 +35,13 @@ OnTouch: .@q=getq(General_Narrator); .@q2=getq2(General_Narrator); // Cheater Detected - if (.@q < 15) { + if (.@q < 15) { warp "Save", 0, 0; percentheal -100, -100; end; } // Not allowed to proceed - if (.@q > 15) { + if (.@q > 15) { dispbottom l("Hmm, no, I shouldn't go back there..."); end; } -- cgit v1.2.3-70-g09d2