summaryrefslogtreecommitdiff
path: root/npc/023-3-1/logic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/023-3-1/logic.txt')
-rw-r--r--npc/023-3-1/logic.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt
index 725f8a7fd..15f1e80de 100644
--- a/npc/023-3-1/logic.txt
+++ b/npc/023-3-1/logic.txt
@@ -14,7 +14,7 @@ OnTouch:
.@n=getq(General_Narrator);
.@q=getq(FrostiaQuest_Homunculus);
// Cheater Detected
- if (.@n < 15) {
+ if (.@n < 15) {
warp "Save", 0, 0;
percentheal -100, -100;
end;
@@ -39,7 +39,7 @@ OnTouch:
.@n=getq(General_Narrator);
.@q=getq3(FrostiaQuest_Homunculus);
// Cheater Detected
- if (.@n < 15) {
+ if (.@n < 15) {
warp "Save", 0, 0;
percentheal -100, -100;
end;