diff --git a/hyperstation/code/obj/kinkyclothes.dm b/hyperstation/code/obj/kinkyclothes.dm index 4c9f61ea..1d87ad4f 100644 --- a/hyperstation/code/obj/kinkyclothes.dm +++ b/hyperstation/code/obj/kinkyclothes.dm @@ -31,7 +31,7 @@ item_state = "highheels" icon = 'hyperstation/icons/obj/clothing/shoes.dmi' alternate_worn_icon = 'hyperstation/icons/mobs/feet.dmi' - mutantrace_variation = NO_MUTANTRACE_VARIATION + /obj/item/clothing/shoes/highheels/Initialize() . = ..() diff --git a/icons/mob/feet_digi.dmi b/icons/mob/feet_digi.dmi index bc4d8f2d..c202e108 100644 Binary files a/icons/mob/feet_digi.dmi and b/icons/mob/feet_digi.dmi differ