diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 348a9178721..7142d230c83 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -749,6 +749,19 @@ body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS icon_state = "dusty_jacket" +/obj/item/clothing/suit/fluff/supplymaster_jacket //Denthamos: Henry Grandpa Gadow + name = "faded NT Supply Master's Coat" + desc = "A faded leather overcoat bearing a worn out badge from the NAS Crescent on the shoulder, and a designation tag of Supply Master on the front. A tarnished gold nameplate says H.Gadow on it." + icon_state = "supplymaster_jacket_open" + item_state = "supplymaster_jacket_open" + ignore_suitadjust = 0 + suit_adjusted = 1 + allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank/emergency_oxygen,/obj/item/toy,/obj/item/weapon/storage/fancy/cigarettes,/obj/item/weapon/lighter) + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS + cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS + actions_types = list(/datum/action/item_action/button) + adjust_flavour = "unbutton" + /obj/item/clothing/suit/storage/labcoat/fluff/aeneas_rinil //Socialsystem: Lynn Fea name = "Robotics labcoat" desc = "A labcoat with a few markings denoting it as the labcoat of roboticist." @@ -1232,4 +1245,4 @@ righthand_file = 'icons/mob/inhands/fluff_righthand.dmi' icon_state = "sheetcosmos" item_state = "sheetcosmos" - item_color = "sheetcosmos" \ No newline at end of file + item_color = "sheetcosmos" diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 8edfd1eb0ea..2a865376ccf 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index e4d993eec3e..a1df939377c 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ