Skip to content

Commit

Permalink
Replaces the red insulated gloves in syndicate toolboxes with normal …
Browse files Browse the repository at this point in the history
…insulated gloves (shiptest-ss13#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:
  • Loading branch information
generalthrax authored and MysticalFaceLesS committed Oct 6, 2024
1 parent 2882586 commit 550ef8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/toolbox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 550ef8c

Please sign in to comment.