summaryrefslogtreecommitdiff
path: root/world/map/npc/033-1/kimarr.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/033-1/kimarr.txt')
-rw-r--r--world/map/npc/033-1/kimarr.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt
index 292ef401..9fbaa4d4 100644
--- a/world/map/npc/033-1/kimarr.txt
+++ b/world/map/npc/033-1/kimarr.txt
@@ -430,10 +430,21 @@ S_Clean:
set $@Fluffy_Kills, 0;
set $@Fluffy_Spawn, 0;
set $@Fluffy_Alive, 0;
+ if ($@KIMARR_EVENT)
+ goto L_CleanEvent;
killmonster "033-1", "Kimarr::OnIceGoblinDeath";
killmonster "033-1", "Kimarr::OnWolvernDeath";
killmonster "033-1", "Kimarr::OnYetiDeath";
killmonster "033-1", "Kimarr::OnFluffyDeath";
+ goto L_CleanEnd;
+
+L_CleanEvent:
+ // kill all remaining summons to prevent players from filling the area with summons for the next hunt
+ // that kills white slimes aswell tho
+ killmonster "033-1", "All";
+ goto L_CleanEnd;
+
+L_CleanEnd:
set @state, 0;
return;