From 550ef8cd82751e40ee3c2ddead76347777451cdf Mon Sep 17 00:00:00 2001 From: generalthrax <139387950+generalthrax@users.noreply.github.com> Date: Fri, 4 Oct 2024 01:04:15 -0500 Subject: [PATCH] Replaces the red insulated gloves in syndicate toolboxes with normal insulated gloves (#3466) ## About The Pull Request Says in the title ## Why It's Good For The Game Red insuls look like Shit ## Changelog :cl: balance: Replace red insuls with yellow insuls in syndicate toolboxes /:cl: --- 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 2208eddff91c..e0768391dae5 100644 --- a/code/game/objects/items/storage/toolbox.dm +++ b/code/game/objects/items/storage/toolbox.dm @@ -177,7 +177,7 @@ new /obj/item/crowbar/syndie(src) //WS Begin - Cool Syndie Tools new /obj/item/wirecutters/syndie(src) new /obj/item/multitool/syndie(src) //WS End - new /obj/item/clothing/gloves/color/red/insulated(src) + new /obj/item/clothing/gloves/color/yellow(src) /obj/item/storage/toolbox/syndicate/empty