Files
Cody Brittain 3f62424312 [MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
This has zero reason to exist in our code base. We have no procs or
variables tied to this. I removed it to make future modifications
cleaner.

---------

Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
2026-02-01 05:14:26 +00:00

35 lines
1.4 KiB
Plaintext

/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
)