Merge pull request #6356 from Fox-McCloud/fixes-xeno-eggs

Fixes Xeno Eggs and Projectiles
This commit is contained in:
Crazy Lemon
2017-02-07 09:55:47 -08:00
committed by GitHub
+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()