Skip to content

Commit

Permalink
Update blueshields headset name and adds both versions to locker
Browse files Browse the repository at this point in the history
  • Loading branch information
Gw0sty committed Sep 28, 2024
1 parent a991873 commit 180cf64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monkestation/code/modules/blueshield/closet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@
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)
1 change: 1 addition & 0 deletions monkestation/code/modules/blueshield/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
keyslot2 = /obj/item/encryptionkey/headset_cent

/obj/item/radio/headset/headset_bs/alt
name = "\proper the blueshield's bowman headset"
icon_state = "bshield_headset_alt"
worn_icon_state = "bshield_headset_alt"

Expand Down

0 comments on commit 180cf64

Please sign in to comment.