From 2b255d60942f70a7da0c7305478c01aae9bcf4b3 Mon Sep 17 00:00:00 2001 From: Gw0sty <83688318+Gw0sty@users.noreply.github.com> Date: Sat, 28 Sep 2024 16:13:44 -0500 Subject: [PATCH] Gives blueshield's headsets flavor text --- monkestation/code/modules/blueshield/clothing.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monkestation/code/modules/blueshield/clothing.dm b/monkestation/code/modules/blueshield/clothing.dm index 8000c8ff178b..a53cb268b841 100644 --- a/monkestation/code/modules/blueshield/clothing.dm +++ b/monkestation/code/modules/blueshield/clothing.dm @@ -201,6 +201,7 @@ /obj/item/radio/headset/headset_bs name = "\proper the blueshield's headset" + desc = "The headset of the guy who keeps the administration alive." icon = 'monkestation/code/modules/blueshield/icons/radio.dmi' worn_icon = 'monkestation/code/modules/blueshift/icons/mob/clothing/ears.dmi' icon_state = "bshield_headset" @@ -210,6 +211,7 @@ /obj/item/radio/headset/headset_bs/alt name = "\proper the blueshield's bowman headset" + desc = "The headset of the guy who keeps the administration alive. Protects your ears from flashbangs." icon_state = "bshield_headset_alt" worn_icon_state = "bshield_headset_alt"