From e08159b1d293b7255b655f546dc56883d9878e90 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Wed, 7 Feb 2024 01:36:47 -0500 Subject: [PATCH] [MIRROR] The CC Commander Headset now can be set to high-volume (#801) * The CC Commander Headset now can be set to high-volume (#81295) ## About The Pull Request You got no idea how many times I've had to go to VV and set command=1 because the fucking Interns don't read chat. With this PR, we no longer have to manually set that crap and can scream into the Intern's ears in big letters with less steps. The only outfits that use this type of headset are the CC Commander, Special Ops Officer, Soviet Admiral, Debug Outfit, and Admin Outfit, so I think it's cool ## Changelog :cl: qol: You no longer need to manually set the CC Commander's Headset to high-volume. /:cl: * The CC Commander Headset now can be set to high-volume --------- Co-authored-by: Justice <42555530+Justice12354@users.noreply.github.com> --- code/game/objects/items/devices/radio/headset.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index 861dd46109a..0b8c033da14 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -326,6 +326,7 @@ GLOBAL_LIST_INIT(channel_tokens, list( /obj/item/radio/headset/headset_cent/commander keyslot2 = /obj/item/encryptionkey/heads/captain + command = TRUE /obj/item/radio/headset/headset_cent/alt name = "\improper CentCom bowman headset"