diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index f46823d5..0dda528a 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -89,6 +89,13 @@ item_color = "hosred" siemens_coefficient = 0.7 +/obj/item/clothing/shoes/work_boots + name = "Steel Toe Boots" + desc = "Steel Toe cap working boots for engineers and miners." + icon_state = "steelboots" + item_state = "steelboots" + siemens_coefficient = 0.7 + /obj/item/clothing/shoes/cult name = "boots" desc = "A pair of boots worn by the followers of Nar-Sie." diff --git a/icons/mob/feet.dmi b/icons/mob/feet.dmi index cde254bb..fb6ed933 100644 Binary files a/icons/mob/feet.dmi and b/icons/mob/feet.dmi differ diff --git a/icons/obj/clothing/shoes.dmi b/icons/obj/clothing/shoes.dmi index 83cb8881..9ce78144 100644 Binary files a/icons/obj/clothing/shoes.dmi and b/icons/obj/clothing/shoes.dmi differ