From 770cefe387e3bfea185b79a82e4b69f3664c519e Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 25 Aug 2018 21:33:21 +0200 Subject: [PATCH 1/3] Update toolbox.dm --- code/game/objects/items/storage/toolbox.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/storage/toolbox.dm b/code/game/objects/items/storage/toolbox.dm index 12d5d34fbb..93d9ff3b01 100644 --- a/code/game/objects/items/storage/toolbox.dm +++ b/code/game/objects/items/storage/toolbox.dm @@ -113,8 +113,9 @@ new /obj/item/stack/cable_coil(src,30,pickedcolor) /obj/item/storage/toolbox/syndicate - name = "suspicious looking toolbox" + name = "black and red striped toolbox" icon_state = "syndicate" + desc = "A toolbox painted black with a red stripe. It looks more heavy then normal toolboxes." item_state = "toolbox_syndi" force = 15 throwforce = 18 From 03358c2db633892745eb35225d301f8e054297c0 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 29 Aug 2018 17:48:16 +0200 Subject: [PATCH 2/3] Update toolbox.dm --- code/game/objects/items/storage/toolbox.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/storage/toolbox.dm b/code/game/objects/items/storage/toolbox.dm index 93d9ff3b01..eac416cbbe 100644 --- a/code/game/objects/items/storage/toolbox.dm +++ b/code/game/objects/items/storage/toolbox.dm @@ -113,9 +113,9 @@ new /obj/item/stack/cable_coil(src,30,pickedcolor) /obj/item/storage/toolbox/syndicate - name = "black and red striped toolbox" + name = "black and red toolbox" icon_state = "syndicate" - desc = "A toolbox painted black with a red stripe. It looks more heavy then normal toolboxes." + desc = "A toolbox painted black with a red stripe. It looks more heavier then normal toolboxes." item_state = "toolbox_syndi" force = 15 throwforce = 18 From fad5d5db83108714846696cc2ad319a21ed71155 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 29 Aug 2018 17:49:00 +0200 Subject: [PATCH 3/3] Update toolbox.dm --- code/game/objects/items/storage/toolbox.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/storage/toolbox.dm b/code/game/objects/items/storage/toolbox.dm index eac416cbbe..a68f8009ce 100644 --- a/code/game/objects/items/storage/toolbox.dm +++ b/code/game/objects/items/storage/toolbox.dm @@ -115,7 +115,7 @@ /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 then normal toolboxes." + desc = "A toolbox painted black with a red stripe. It looks more heavier than normal toolboxes." item_state = "toolbox_syndi" force = 15 throwforce = 18