Merge pull request #6989 from atlantiscze/door-fix-mk2

Fixes #6985
This commit is contained in:
Chinsky
2014-11-12 23:44:29 +03:00
+4
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))
..()