Skip to content

Commit

Permalink
Update headset.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Jan 13, 2025
1 parent 3c257cb commit 4435999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/devices/radio/headset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@
initial_keys = list(/obj/item/device/encryptionkey/cmb)
has_hud = TRUE
hud_type = MOB_HUD_FACTION_CMB
additional_hud_types = MOB_HUD_FACTION_MARINE
additional_hud_types = list(MOB_HUD_FACTION_MARINE)

/obj/item/device/radio/headset/distress/CMB/limited
name = "\improper Damaged CMB Earpiece"
Expand All @@ -1214,7 +1214,7 @@
initial_keys = list(/obj/item/device/encryptionkey/public, /obj/item/device/encryptionkey/royal_marine)
has_hud = TRUE
hud_type = MOB_HUD_FACTION_NSPA
additional_hud_types = MOB_HUD_FACTION_TWE
additional_hud_types = list(MOB_HUD_FACTION_TWE)
volume = RADIO_VOLUME_IMPORTANT

/obj/item/device/radio/headset/almayer/highcom
Expand Down

0 comments on commit 4435999

Please sign in to comment.