From 233c30b650781135bc06787b623bb70cefa867f7 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:24:18 +0100 Subject: [PATCH] [MIRROR] The CC Commander Headset now can be set to high-volume (#26371) * 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 c2af9c33821..08bf47dcc07 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"