legion heads now swarm

This commit is contained in:
YakumoChen
2020-02-21 10:36:57 +00:00
committed by GitHub
parent fdee5399d8
commit 34f1b5d1c8
@@ -81,11 +81,12 @@
throw_message = "falls right through the strange body of the"
obj_damage = 0
environment_smash = ENVIRONMENT_SMASH_NONE
pass_flags = PASSTABLE
pass_flags = PASSTABLE | PASSMOB //they shouldn't get stuck behind hivelords.
del_on_death = 1
/mob/living/simple_animal/hostile/asteroid/hivelordbrood/Initialize()
. = ..()
AddComponent(/datum/component/swarming) //oh god not the bees
addtimer(CALLBACK(src, .proc/death), 100)
//Legion
@@ -174,7 +175,7 @@
speak_emote = list("echoes")
attack_sound = 'sound/weapons/pierce.ogg'
throw_message = "is shrugged off by"
pass_flags = PASSTABLE
pass_flags = PASSTABLE | PASSMOB
del_on_death = TRUE
stat_attack = UNCONSCIOUS
robust_searching = 1