summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-17 21:17:49 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-17 21:17:49 -0300
commitec8234c581b79bb280e1f0f3cc9ce8df6ef14671 (patch)
treef1d35d404e74d9a5960094662fccd1fdcabe2d90
parent4291ef70b7b093986373310ec3b5ae125ab8a755 (diff)
downloadserverdata-ec8234c581b79bb280e1f0f3cc9ce8df6ef14671.tar.gz
serverdata-ec8234c581b79bb280e1f0f3cc9ce8df6ef14671.tar.bz2
serverdata-ec8234c581b79bb280e1f0f3cc9ce8df6ef14671.tar.xz
serverdata-ec8234c581b79bb280e1f0f3cc9ce8df6ef14671.zip
Don't run the MK showdown forever please %%i
-rw-r--r--npc/026-7/boss.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt
index 7a7518a2b..8786c6127 100644
--- a/npc/026-7/boss.txt
+++ b/npc/026-7/boss.txt
@@ -202,7 +202,7 @@ OnTimer10000:
}
/* Maybe the fight is over */
- if (!mobcount("026-7", "all") || getunittype(.MK) < 0) {
+ if (!mobcount("026-7", "all") || getunittype(.MK) < 0 || .@end) {
$@MK_SCENE = MK_NONE;
$@MK_CHALLENGE=false;
killmonsterall("026-7");