Fixes xenomorph walls taking damage from disablers

This commit is contained in:
Kyep
2016-12-09 23:10:28 -08:00
parent e19266a89b
commit 440d9fa3f2
+6 -3
View File
@@ -79,9 +79,12 @@
/obj/structure/alien/resin/bullet_act(obj/item/projectile/Proj)
health -= Proj.damage
..()
healthcheck()
if(Proj.damage_type != BRUTE && Proj.damage_type != BURN)
..()
else
health -= Proj.damage
..()
healthcheck()
/obj/structure/alien/resin/ex_act(severity)