mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-24 21:58:30 +01:00
removes defunct code
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user