mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-14 16:43:05 +01:00
2771747bb2
Intercom sprite change, fix centcom headset sprite to be unique, add 'NT' headset.
18 lines
533 B
Plaintext
18 lines
533 B
Plaintext
/obj/item/device/radio/headset/centcom
|
|
name = "centcom radio headset"
|
|
desc = "The headset of the boss's boss."
|
|
icon_state = "cent_headset"
|
|
item_state = "headset"
|
|
ks2type = /obj/item/device/encryptionkey/ert
|
|
|
|
/obj/item/device/radio/headset/centcom/alt
|
|
name = "centcom bowman headset"
|
|
icon_state = "com_headset_alt"
|
|
|
|
/obj/item/device/radio/headset/nanotrasen
|
|
name = "\improper NT radio headset"
|
|
desc = "The headset of a Nanotrasen corporate employee."
|
|
icon_state = "nt_headset"
|
|
ks2type = /obj/item/device/encryptionkey/ert
|
|
|