Update closed.dm

This commit is contained in:
kevinz000
2017-10-01 08:42:26 -05:00
committed by CitadelStationBot
parent 58ff06a44b
commit b13f2012fb
+1 -1
View File
@@ -155,7 +155,7 @@
icon_state = "wall" icon_state = "wall"
/turf/closed/bullet_act(obj/item/projectile/Proj) /turf/closed/bullet_act(obj/item/projectile/Proj)
..() . = ..()
if(!Proj.nodamage && (Proj.damage_type == BRUTE || Proj.damage_type == BURN)) if(!Proj.nodamage && (Proj.damage_type == BRUTE || Proj.damage_type == BURN))
var/mutable_appearance/bullet_hole = mutable_appearance('icons/effects/effects.dmi', "bullet_hole", BULLET_HOLE_LAYER) var/mutable_appearance/bullet_hole = mutable_appearance('icons/effects/effects.dmi', "bullet_hole", BULLET_HOLE_LAYER)