mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Adds description to wrist radios and double headsets (#12431)
This commit is contained in:
@@ -177,6 +177,8 @@
|
||||
|
||||
/obj/item/device/radio/headset/alt/double
|
||||
name = "soundproof headset"
|
||||
desc = "A sound isolating version of the common radio headset."
|
||||
desc_info = "This radio doubles as a pair of earmuffs by providing sound protection."
|
||||
icon_state = "earset"
|
||||
item_state = "earset"
|
||||
item_flags = SOUNDPROTECTION
|
||||
@@ -184,6 +186,8 @@
|
||||
|
||||
/obj/item/device/radio/headset/wrist
|
||||
name = "wristbound radio"
|
||||
desc = "A radio designed to fit on the wrist. Often known for broadcasting loudly enough that those closeby might overhear it."
|
||||
desc_info = "This radio can be heard by people standing next to the one wearing it."
|
||||
icon_state = "wristset"
|
||||
item_state = "wristset"
|
||||
slot_flags = SLOT_WRISTS
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "The wristbound radio & double headset now have proper descriptions alongside a blurb on how they are different when examined."
|
||||
Reference in New Issue
Block a user