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
+1 -4
View File
@@ -16,9 +16,6 @@
#define CHANNEL_DIGEST 1009
#define CHANNEL_PREYLOOP 1008
//MODULAR_SAND CHANNELS - SEND HELP
#define CHANNEL_BOSSMUSIC 1007
///Default range of a sound.
#define SOUND_RANGE 17
///default extra range for sounds considered to be quieter
@@ -37,7 +34,7 @@
//THIS SHOULD ALWAYS BE THE LOWEST ONE!
//KEEP IT UPDATED
#define CHANNEL_HIGHEST_AVAILABLE 1007 //CIT CHANGE - COMPENSATES FOR VORESOUND CHANNELS(oopsie, modular_sand mod)
#define CHANNEL_HIGHEST_AVAILABLE 1008 //CIT CHANGE - COMPENSATES FOR VORESOUND CHANNELS
#define MAX_INSTRUMENT_CHANNELS (128 * 6)
@@ -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))