Game folder

This commit is contained in:
Poojawa
2018-09-11 04:06:45 -05:00
parent b6430559e9
commit 8b9ef1e400
270 changed files with 3120 additions and 2523 deletions
+4 -11
View File
@@ -79,17 +79,10 @@
has_latches = FALSE
/obj/item/storage/toolbox/mechanical/old/heirloom
name = "old, robust toolbox" //this will be named "X family toolbox"
name = "toolbox" //this will be named "X family toolbox"
desc = "It's seen better days."
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)
force = 5
w_class = WEIGHT_CLASS_NORMAL
/obj/item/storage/toolbox/mechanical/old/heirloom/PopulateContents()
return
@@ -115,8 +108,8 @@
/obj/item/storage/toolbox/syndicate
name = "black and red toolbox"
icon_state = "syndicate"
desc = "A toolbox painted black with a red stripe. It looks more heavier than normal toolboxes."
item_state = "toolbox_syndi"
desc = "A toolbox painted black with a red stripe. It looks more heavier than normal toolboxes."
force = 15
throwforce = 18