Merge pull request #12135 from Shadow-Quill/Ooh-Ahh-Push-It

Fixes pushing necropolis tendrils
This commit is contained in:
Fox McCloud
2019-08-29 21:03:31 -04:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -17,6 +17,8 @@
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 5, "min_n2" = 0, "max_n2" = 0)
minbodytemp = 0
maxbodytemp = INFINITY
move_resist = INFINITY
anchored = TRUE
loot = list(/obj/effect/collapse, /obj/structure/closet/crate/necropolis/tendril)
del_on_death = 1
var/gps = null
@@ -76,4 +78,4 @@
mob_types = list(/mob/living/simple_animal/hostile/asteroid/goliath/beast/tendril)
/mob/living/simple_animal/hostile/spawner/lavaland/legion
mob_types = list(/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril)
mob_types = list(/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril)