From 08cf6664c6fd86028a822ce9da8ead0132eefa60 Mon Sep 17 00:00:00 2001 From: Jerry Wester Date: Sat, 10 Dec 2022 16:32:53 -0700 Subject: [PATCH] Add garters to the loadout --- modular_splurt/code/modules/client/loadout/socks.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modular_splurt/code/modules/client/loadout/socks.dm b/modular_splurt/code/modules/client/loadout/socks.dm index 2deee41786..d44e772163 100644 --- a/modular_splurt/code/modules/client/loadout/socks.dm +++ b/modular_splurt/code/modules/client/loadout/socks.dm @@ -5,3 +5,7 @@ /datum/gear/socks/thigh/thigh_cow name = "Fishnet tights" path = /obj/item/clothing/underwear/socks/thigh/fishnet/white //This one is pretty much greyscale aka easier to recolor + +/datum/gear/socks/garter + name = "Garters" + path = /obj/item/clothing/underwear/socks/garter