From 3666e059b6d83386607c2f35d27b7624d852c236 Mon Sep 17 00:00:00 2001 From: Kabra_men <46802162+Kabramen@users.noreply.github.com> Date: Fri, 3 Jul 2020 18:45:42 -0300 Subject: [PATCH] Heels for the Loadout --- modular_citadel/code/modules/client/loadout/shoes.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/client/loadout/shoes.dm b/modular_citadel/code/modules/client/loadout/shoes.dm index 7b3bee66..7398205b 100644 --- a/modular_citadel/code/modules/client/loadout/shoes.dm +++ b/modular_citadel/code/modules/client/loadout/shoes.dm @@ -71,4 +71,9 @@ /datum/gear/santaboots name = "Santa Boots" category = SLOT_SHOES - path= /obj/item/clothing/shoes/winterboots/santaboots \ No newline at end of file + path= /obj/item/clothing/shoes/winterboots/santaboots + +datum/gear/highheels + name = "High Heels" + category = SLOT_SHOES + path= /obj/item/clothing/shoes/highheels \ No newline at end of file