/obj/item/clothing/head/acapcap name = "acting captain's cap" desc = "A headdress that signifies the wearer as the acting captain." icon = 'icons/obj/item/clothing/department_uniforms/command.dmi' icon_state = "acaptain_cap" item_state = "acaptain_cap" contained_sprite = TRUE /obj/item/clothing/suit/acapjacket name = "acting captain's jacket" desc = "A comfortable jacket that signifies the wearer as the acting captain." icon = 'icons/obj/item/clothing/department_uniforms/command.dmi' icon_state = "acaptain_jacket" item_state = "acaptain_jacket" contained_sprite = TRUE body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS /obj/item/clothing/accessory/armband/acap name = "acting captain's armband" desc = "An armband worn by the acting captain, to look fancy, to wear less, or to be extra." icon = 'icons/obj/item/clothing/department_uniforms/command.dmi' icon_state = "acaptain_arm" item_state = "acaptain_arm" contained_sprite = TRUE /obj/item/storage/briefcase/nt/acap name = "acting captain uniform briefcase" desc = "An NT-branded briefcase containing an optional acting captain's uniform. To be dealt out during an emergency when no captain is physically able to lead." starts_with = list( /obj/item/clothing/head/acapcap = 1, /obj/item/clothing/suit/acapjacket = 1, /obj/item/clothing/accessory/armband/acap = 1, /obj/item/radio/headset/heads/captain = 1 )