Merge pull request #13746 from denghis1/bugfix_swarmer_eating_podbay_barrier

Prevent swarmers from eating the podbay energy barrier
This commit is contained in:
Fox McCloud
2020-07-02 11:41:57 -04:00
committed by GitHub
@@ -363,6 +363,10 @@
to_chat(S, "<span class='warning'>This cryopod control computer should be preserved, it contains useful items and information about the inhabitants. Aborting.</span>")
return FALSE
/obj/structure/spacepoddoor/swarmer_act(mob/living/simple_animal/hostile/swarmer/S)
to_chat(S, "<span class='warning'>Disrupting this energy field would overload us. Aborting.</span>")
return FALSE
/turf/simulated/wall/swarmer_act(mob/living/simple_animal/hostile/swarmer/S)
var/isonshuttle = istype(loc, /area/shuttle)
for(var/turf/T in range(1, src))