summaryrefslogtreecommitdiff
path: root/npc/001-7
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-7')
-rw-r--r--npc/001-7/homunculus.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt
index 8935e80cc..0aac7d961 100644
--- a/npc/001-7/homunculus.txt
+++ b/npc/001-7/homunculus.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;
@@ -34,7 +34,7 @@ OnTouch:
.@n=getq(General_Narrator);
.@q=getq2(FrostiaQuest_Homunculus);
// Cheater Detected
- if (.@n < 15) {
+ if (.@n < 15) {
warp "Save", 0, 0;
percentheal -100, -100;
end;