Tiger request

This commit is contained in:
Kyep
2016-12-10 16:58:54 -08:00
parent 440d9fa3f2
commit 49956eb241
+3 -5
View File
@@ -79,12 +79,10 @@
/obj/structure/alien/resin/bullet_act(obj/item/projectile/Proj)
if(Proj.damage_type != BRUTE && Proj.damage_type != BURN)
..()
else
if(Proj.damage_type == BRUTE || Proj.damage_type == BURN)
health -= Proj.damage
..()
healthcheck()
..()
healthcheck()
/obj/structure/alien/resin/ex_act(severity)