Fixes Xeno Eggs and Projectiles

This commit is contained in:
Fox-McCloud
2017-02-07 07:27:43 -05:00
parent 3441d8f0a1
commit dc15825102
+2 -1
View File
@@ -363,7 +363,8 @@
break
/obj/structure/alien/egg/bullet_act(obj/item/projectile/Proj)
health -= Proj.damage
if((Proj.damage_type == BRUTE || Proj.damage_type == BURN))
health -= Proj.damage
..()
healthcheck()