Update toolbox.dm

This commit is contained in:
kevinz000
2018-08-01 21:27:43 -07:00
committed by GitHub
parent 3d734421d4
commit 0ee8542677
+10 -3
View File
@@ -79,10 +79,17 @@
has_latches = FALSE
/obj/item/storage/toolbox/mechanical/old/heirloom
name = "toolbox" //this will be named "X family toolbox"
name = "old, robust toolbox" //this will be named "X family toolbox"
desc = "It's seen better days."
force = 5
w_class = WEIGHT_CLASS_NORMAL
force = 12
total_mass = 2
/obj/item/storage/toolbox/mechanical/old/heirloom/afterattack(atom/A, mob/user, proximity)
. = ..()
if(proximity)
if(isobj(A))
var/obj/O = A
O.take_damage(20)
/obj/item/storage/toolbox/mechanical/old/heirloom/PopulateContents()
return