summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/functions/spawns_on_mobkill.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/world/map/npc/functions/spawns_on_mobkill.txt b/world/map/npc/functions/spawns_on_mobkill.txt
index 3c55b822..4d8dc81b 100644
--- a/world/map/npc/functions/spawns_on_mobkill.txt
+++ b/world/map/npc/functions/spawns_on_mobkill.txt
@@ -7,7 +7,6 @@ function|script|spawns_on_mobkill
{
if (@mobID == SeaSlimeMother) goto L_SplitSea;
if (@mobID == GreenSlimeMother) goto L_SplitGreen;
- if (@mobID == BlueSlime) goto L_SplitBlue;
if (@mobID == Tormenta) goto L_TorWitchDead;
if (@mobID == Luvia) goto L_LuvWitchDead;
return;
@@ -20,10 +19,6 @@ L_SplitGreen:
void call("spawn_mobs_around", getmap(), @mobX, @mobY, AngryGreenSlime, rand(8, 20));
return;
-L_SplitBlue:
- void call("spawn_mobs_around", getmap(), @mobX, @mobY, SlimeBlast, rand(1, 6));
- return;
-
L_TorWitchDead:
void call("spawn_mobs_around", getmap(), @mobX, @mobY, VoidBat, rand(7, 12));
void call("spawn_mobs_around", getmap(), @mobX, @mobY, DemonicSpirit, rand(5, 10));