Update hivelord.dm

This commit is contained in:
kevinz000
2020-03-11 08:07:20 -07:00
committed by GitHub
parent 2552a34c21
commit bfeb2f0952

View File

@@ -84,7 +84,7 @@
pass_flags = PASSTABLE | PASSMOB //they shouldn't get stuck behind hivelords.
density = FALSE
del_on_death = 1
var/swarming = TRUE
var/swarming = FALSE
/mob/living/simple_animal/hostile/asteroid/hivelordbrood/Initialize()
. = ..()
@@ -186,6 +186,7 @@
del_on_death = TRUE
stat_attack = UNCONSCIOUS
robust_searching = 1
swarming = TRUE
var/can_infest_dead = FALSE
/mob/living/simple_animal/hostile/asteroid/hivelordbrood/legion/Life()