From be778087369a92df59fbfa1eac40f9f2804b2c42 Mon Sep 17 00:00:00 2001 From: Kabra_men <46802162+Kabramen@users.noreply.github.com> Date: Fri, 3 Jul 2020 17:57:41 -0300 Subject: [PATCH 1/2] Heels --- hyperstation/code/obj/kinkyclothes.dm | 2 ++ hyperstation/icons/mobs/feet.dmi | Bin 182 -> 353 bytes 2 files changed, 2 insertions(+) diff --git a/hyperstation/code/obj/kinkyclothes.dm b/hyperstation/code/obj/kinkyclothes.dm index 209b2dfc..032e3313 100644 --- a/hyperstation/code/obj/kinkyclothes.dm +++ b/hyperstation/code/obj/kinkyclothes.dm @@ -22,3 +22,5 @@ icon_state = "highheels" item_state = "highheels" icon = 'hyperstation/icons/obj/clothing/shoes.dmi' + alternate_worn_icon = 'hyperstation/icons/mobs/feet.dmi' + mutantrace_variation = NO_MUTANTRACE_VARIATION \ No newline at end of file diff --git a/hyperstation/icons/mobs/feet.dmi b/hyperstation/icons/mobs/feet.dmi index cf74d73796c8c6121c0818fdac74e4a7f0ab9a5f..3a0d6bd2fffae9551932882d1657bcb7c26a08dd 100644 GIT binary patch delta 299 zcmdnS_>d{SGr-TCmrII^fq{Y7)59eQNIQTq3p0?6aL;)Qq!a^uLR^6~FE6i|nVGDt zte~Kvii%2baIlPwjFp9jkB?7KP|!6?_nAONj3q&S!3+-1ZlnP@xf2~7>gPO~bYxP9 zLa-*Y#D?f(aV>?vJKh?oj;b?tD-~g0)%9K+9ke7l*+@F$o{1E)Aw0r!KAxt~5@i p&#d8#v;}yAT%K{SaVAy+sN2A!ivjgY?22WQ%mvv4FO#q9MTAKg> delta 127 zcmaFJw2jfRGr-TCmrII^fq{Y7)59eQNGpIaBQucn-11^OkYWz-32_C|%d2c}0V&3k zAirP+hi5m^KuRXYJDAF(vWDA>Z(w8ic$+`hyY`+nP=d$P#W93qW^#hW9UyN31LIR^ R|8+nXgQu&X%Q~loCICMZAFBWW 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 2/2] 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