summaryrefslogtreecommitdiff
path: root/npc/023-3-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/023-3-1')
-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 4adf97ea1..5e62775cb 100644
--- a/npc/023-3-1/logic.txt
+++ b/npc/023-3-1/logic.txt
@@ -57,7 +57,7 @@ OnTouch:
023-3-1,45,63,0 script #Ambush02331 NPC_HIDDEN,10,0,{
OnTouch:
.@q=getq(FrostiaQuest_Homunculus);
- if (.@q < 3) {
+ if (.@q < 2) {
dispbottom l("Error, cheater detected");
percentheal -100, -100;
end;
@@ -88,7 +88,7 @@ OnTouch:
if (instance_id() < 0)
end;
.@q=getq(FrostiaQuest_Homunculus);
- if (.@q < 3) {
+ if (.@q < 2) {
dispbottom l("Error, cheater detected");
percentheal -100, -100;
end;