makes simplemobs that are invisible on death del instead (#46852)

* w

* shinei

* ok stinky

* web edit GAAAAAAAANG
This commit is contained in:
Fikou
2019-10-05 13:26:07 -04:00
committed by moo
parent 7774beed1f
commit 4e889f2685
2 changed files with 2 additions and 0 deletions
@@ -30,6 +30,7 @@
maxbodytemp = INFINITY
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
loot = list(/obj/effect/decal/remains/human)
del_on_death = TRUE
/obj/item/projectile/temp/earth_bolt
name = "earth bolt"
@@ -57,6 +57,7 @@ GLOBAL_LIST_INIT(AISwarmerCapsByType, list(/mob/living/simple_animal/hostile/swa
wander = FALSE
layer = BELOW_MOB_LAYER
AIStatus = AI_OFF
del_on_death = TRUE
var/swarmer_spawn_cooldown = 0
var/swarmer_spawn_cooldown_amt = 150 //Deciseconds between the swarmers we spawn
var/call_help_cooldown = 0