Fixes bullet_act to Proj.force

This commit is contained in:
Andrew
2019-07-02 21:28:37 -05:00
committed by GitHub
parent e6b3c67465
commit 4f8173e3b7
+1 -1
View File
@@ -143,7 +143,7 @@
return
/obj/structure/simple_door/bullet_act(var/obj/item/projectile/Proj)
hardness -= W.force/10
hardness -= Proj.force/10
CheckHardness()
/obj/structure/simple_door/proc/CheckHardness()