From 2434571c3018611ce48d5a5dd68b53b276303842 Mon Sep 17 00:00:00 2001 From: Steelpoint <6595389+Steelpoint@users.noreply.github.com> Date: Thu, 24 Aug 2023 10:46:47 +0800 Subject: [PATCH] Update code/game/objects/items/devices/radio/headset.dm Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> --- code/game/objects/items/devices/radio/headset.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index 67c99bc2af32..09a21885fc29 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -1024,7 +1024,7 @@ multibroadcast_cooldown = HIGH_MULTIBROADCAST_COOLDOWN /obj/item/device/radio/headset/distress/UPP/recon - name = "UPP headset" + name = "\improper UPP headset" desc = "A special headset used by recon elements of the UPP military." frequency = UPP_FREQ initial_keys = list(/obj/item/device/encryptionkey/upp)