diff --git a/monkestation/code/modules/blueshield/closet.dm b/monkestation/code/modules/blueshield/closet.dm index dbda80966fc4..7dde3112058d 100644 --- a/monkestation/code/modules/blueshield/closet.dm +++ b/monkestation/code/modules/blueshield/closet.dm @@ -14,6 +14,12 @@ new /obj/item/clothing/suit/armor/vest/blueshield/jacket(src) new /obj/item/clothing/neck/mantle/bsmantle(src) +/obj/item/storage/belt/security/blueshield/PopulateContents() + new /obj/item/grenade/flashbang(src) + new /obj/item/assembly/flash/handheld(src) + new /obj/item/reagent_containers/spray/pepper(src) + new /obj/item/restraints/handcuffs(src) + /obj/structure/closet/secure_closet/blueshield name = "blueshield's locker" icon_state = "bs" @@ -24,13 +30,11 @@ ..() new /obj/item/storage/briefcase/secure(src) new /obj/item/storage/belt/security/blueshield(src) - new /obj/item/grenade/flashbang(src) - new /obj/item/assembly/flash/handheld(src) - new /obj/item/reagent_containers/spray/pepper(src) - new /obj/item/restraints/handcuffs(src) new /obj/item/melee/baton/telescopic(src) new /obj/item/clothing/glasses/hud/security/sunglasses(src) new /obj/item/storage/medkit/frontier/stocked(src) new /obj/item/storage/bag/garment/blueshield(src) new /obj/item/mod/control/pre_equipped/blueshield(src) new /obj/item/sensor_device/blueshield(src) + new /obj/item/radio/headset/headset_bs(src) + new /obj/item/radio/headset/headset_bs/alt(src) diff --git a/monkestation/code/modules/blueshield/clothing.dm b/monkestation/code/modules/blueshield/clothing.dm index 8e00aac2c2d4..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" @@ -209,6 +210,8 @@ keyslot2 = /obj/item/encryptionkey/headset_cent /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"