Merge pull request #8810 from Trilbyspaceclone/patch-185

Corrects  Plastitanium total object damage
This commit is contained in:
kevinz000
2019-07-03 05:18:21 -07:00
committed by GitHub
+1 -1
View File
@@ -192,7 +192,7 @@
w_class = WEIGHT_CLASS_HUGE //heyo no bohing this!
force = 18 //spear damage
/obj/item/storage/toolbox/durasteel/afterattack(atom/A, mob/user, proximity)
/obj/item/storage/toolbox/plastitanium/afterattack(atom/A, mob/user, proximity)
. = ..()
if(proximity && isobj(A) && !isitem(A))
var/obj/O = A