removes defunct code

This commit is contained in:
SandPoot
2022-09-08 02:31:20 -03:00
parent 2d9b6d8fc5
commit 2f92e8e4ca
2 changed files with 1 additions and 17 deletions
@@ -260,11 +260,6 @@ Difficulty: Insanely Hard
qdel(src)
/mob/living/simple_animal/hostile/megafauna/king/phase2/OnDeath()
for(var/mob/L in rangers)
rangers -= L
if(!L || !L.client)
continue
L.stop_sound_channel(CHANNEL_BOSSMUSIC)
if(phase3)
visible_message("<span class='cult'>\The [src] shrieks as the seal on his power breaks and he starts to break apart!</span>")
new /obj/structure/ladder/unbreakable/goat(loc)
@@ -275,14 +270,6 @@ Difficulty: Insanely Hard
..()
OnDeath()
/mob/living/simple_animal/hostile/megafauna/king/phase2/Destroy()
for(var/mob/L in rangers)
rangers -= L
if(!L || !L.client)
continue
L.stop_sound_channel(CHANNEL_BOSSMUSIC)
. = ..()
/mob/living/simple_animal/hostile/megafauna/king/AttackingTarget()
. = ..()
if(isliving(target))