summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/ctrl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c
index d3c1dc6f4..9817f1077 100644
--- a/npc/025-1/ctrl.c
+++ b/npc/025-1/ctrl.c
@@ -160,6 +160,7 @@ OnOpenGate:
OnTimer30000:
.@breach=($@FORTRESS_STATUE & 1024);
.@ppl=getmapusers("025-1");
+
// Fail condition
if (.@ppl <= 0) {
kamibroadcast("Players failed to conquest the Fortress Island!");
@@ -201,6 +202,7 @@ OnTue0000:
end;
OnConquest:
+ $MK_TEMPVAR+=1;
FTCleanup(true);
end;
}