Second fix attempt

This commit is contained in:
Atlantiscze
2014-11-11 08:10:01 +01:00
parent 65cdfc4e52
commit 0a783651a8

View File

@@ -127,6 +127,10 @@
return
/obj/machinery/door/bullet_act(var/obj/item/projectile/Proj)
//Tasers and the like should not damage doors.
if(Proj.damage_type == HALLOSS)
return
if(Proj.damage)
take_damage(round(Proj.damage * 4))
..()