diff --git a/code/modules/client/preference_setup/loadout/loadout_shoes.dm b/code/modules/client/preference_setup/loadout/loadout_shoes.dm index a4f0ad315d..08559c79d1 100644 --- a/code/modules/client/preference_setup/loadout/loadout_shoes.dm +++ b/code/modules/client/preference_setup/loadout/loadout_shoes.dm @@ -169,13 +169,13 @@ display_name = "cowboy boots, snake skin" path = /obj/item/clothing/shoes/boots/cowboy/snakeskin -/datum/gear/shoes/cowboy/lizard - display_name = "cowboy boots, lizard skin" - path = /obj/item/clothing/shoes/boots/cowboy/lizard +/datum/gear/shoes/cowboy/green + display_name = "cowboy boots, green" + path = /obj/item/clothing/shoes/boots/cowboy/green -/datum/gear/shoes/cowboy/lizard/masterwork - display_name = "cowboy boots, lizard skin (masterwork)" - path = /obj/item/clothing/shoes/boots/cowboy/lizard/masterwork +/datum/gear/shoes/cowboy/blue + display_name = "cowboy boots, blue" + path = /obj/item/clothing/shoes/boots/cowboy/blue /datum/gear/shoes/jungle display_name = "jungle boots" diff --git a/code/modules/clothing/shoes/boots.dm b/code/modules/clothing/shoes/boots.dm index 3b67295c31..78949fee1f 100644 --- a/code/modules/clothing/shoes/boots.dm +++ b/code/modules/clothing/shoes/boots.dm @@ -23,15 +23,15 @@ desc = "A pair of cowboy boots made from python skin." icon_state = "cowboy_snakeskin" -/obj/item/clothing/shoes/boots/cowboy/lizard - name = "lizard skin boots" - desc = "You can hear a faint hissing from inside the boots; you hope it is just a mournful ghost." - icon_state = "lizardboots_green" +/obj/item/clothing/shoes/boots/cowboy/green + name = "green cowboy boots" + desc = "A classic looking pair of durable cowboy boots made out of snappy green leather." + icon_state = "cowboy_green" -/obj/item/clothing/shoes/boots/cowboy/lizard/masterwork - name = "\improper Hugs-The-Feet lizard skin boots" - desc = "A pair of masterfully crafted lizard skin boots. Finally a good application for the station's most bothersome inhabitants." - icon_state = "lizardboots_blue" +/obj/item/clothing/shoes/boots/cowboy/blue + name = "blue cowboy boots" + desc = "A classic looking pair of durable cowboy boots made out of extra fancy blue leather." + icon_state = "cowboy_blue" /obj/item/clothing/shoes/boots/cowboy/brown name = "brown cowboy boots" diff --git a/icons/inventory/feet/mob.dmi b/icons/inventory/feet/mob.dmi index 0852e750f1..6c3603fd8a 100644 Binary files a/icons/inventory/feet/mob.dmi and b/icons/inventory/feet/mob.dmi differ