From 111cd2a1ad8e50173f7244f7b6353baa4b23ff76 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Sat, 15 May 2021 07:56:16 -0400 Subject: [PATCH 1/2] Merge pull request #10328 from klaasjared/pilot_fix Pilot Headset Fix --- code/game/objects/items/devices/radio/headset_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/devices/radio/headset_vr.dm b/code/game/objects/items/devices/radio/headset_vr.dm index 8285fade75..1285ae0709 100644 --- a/code/game/objects/items/devices/radio/headset_vr.dm +++ b/code/game/objects/items/devices/radio/headset_vr.dm @@ -81,13 +81,13 @@ /obj/item/device/radio/headset/pilot name = "pilot's headset" - desc = "A headset used by pilots, has access to the explorer channel." + desc = "A headset used by pilots." icon_state = "pilot_headset" adhoc_fallback = TRUE /obj/item/device/radio/headset/pilot/alt name = "pilot's bowman headset" - desc = "A bowman headset used by pilots, has access to the explorer channel." + desc = "A bowman headset used by pilots." icon_state = "pilot_headset_alt" /obj/item/device/radio/headset/explorer