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