mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
makes simplemobs that are invisible on death del instead (#46852)
* w * shinei * ok stinky * web edit GAAAAAAAANG
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user