Merge pull request #5969 from Kyep/xeno_wall_fix

Fixes xenomorph walls taking damage from disablers
This commit is contained in:
Fox McCloud
2016-12-12 08:41:45 -05:00
committed by GitHub
+2 -1
View File
@@ -79,7 +79,8 @@
/obj/structure/alien/resin/bullet_act(obj/item/projectile/Proj)
health -= Proj.damage
if(Proj.damage_type == BRUTE || Proj.damage_type == BURN)
health -= Proj.damage
..()
healthcheck()