Files
07071eef48 [BASICALLY MODULAR] Runs grep checks on modular_skyrat and fixes all issues (#17469)
* Runs grep checks on modular_skyrat and fixes all issues

* feather

* Update modular_skyrat/modules/verbs/code/say.dm

Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>

* loadout descs

* fixes

Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
2022-11-16 11:08:41 -05:00

13 lines
489 B
Plaintext

/obj/item/radio/headset/headset_cent/impostorsr
keyslot2 = null
/obj/item/radio/headset/chameleon/advanced
special_desc = "A chameleon headset employed by the Syndicate in infiltration operations. \
This particular model features flashbang protection, and the ability to amplify your volume."
command = TRUE
freerange = TRUE
/obj/item/radio/headset/chameleon/advanced/Initialize(mapload)
. = ..()
AddComponent(/datum/component/wearertargeting/earprotection, list(ITEM_SLOT_EARS))