diff --git a/monkestation/code/modules/clothing/costumes/gnome.dm b/monkestation/code/modules/clothing/costumes/gnome.dm index 10e4c9afb70c..0f9f66e6cd32 100644 --- a/monkestation/code/modules/clothing/costumes/gnome.dm +++ b/monkestation/code/modules/clothing/costumes/gnome.dm @@ -21,21 +21,21 @@ desc = "This pair of boots seem to be made out of leather! It's handcrafted too!." icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_item.dmi' icon_state = "gnome_boots" - worn_icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_worn_32x64.dmi' + worn_icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_worn_32x32.dmi' /obj/item/clothing/head/gnome_hat name = "gnome hat" desc = "A gnomes standard issue hat for all temperatures. It's made of a softly smooth red velvet." icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_item.dmi' icon_state = "gnome_hat" - worn_icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_worn_32x32.dmi' + worn_icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_worn_32x64.dmi' /obj/item/clothing/head/gnome_hat_tall name = "tall gnome hat" desc = "A gnomes standard issue hat for all temperatures. It's made of a softly smooth red velvet. This one is QUITE tall." icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_item.dmi' icon_state = "gnome_hat_tall" - worn_icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_worn_32x32.dmi' + worn_icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_worn_32x64.dmi' //loadout_item /datum/loadout_item/under/jumpsuit/gnome_green diff --git a/monkestation/icons/mob/clothing/costumes/gnome/gnome_32x32.dmi b/monkestation/icons/mob/clothing/costumes/gnome/gnome_32x32.dmi deleted file mode 100644 index ed019abb53ea..000000000000 Binary files a/monkestation/icons/mob/clothing/costumes/gnome/gnome_32x32.dmi and /dev/null differ diff --git a/monkestation/icons/mob/clothing/costumes/gnome/gnome_32x64.dmi b/monkestation/icons/mob/clothing/costumes/gnome/gnome_32x64.dmi deleted file mode 100644 index d7ae2584f30a..000000000000 Binary files a/monkestation/icons/mob/clothing/costumes/gnome/gnome_32x64.dmi and /dev/null differ