mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
* 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>
13 lines
489 B
Plaintext
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))
|