Skip to content

Commit

Permalink
Update code/game/objects/items/devices/radio/headset.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 committed Sep 5, 2023
1 parent 5d8a2a4 commit 680fb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/radio/headset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@

/obj/item/device/radio/headset/distress/cbrn
name = "CBRN headset"
desc = "A head given to CBRN marines. Channels are as follows: :g - public, :v - marine command, :a - alpha squad, :b - bravo squad, :c - charlie squad, :d - delta squad, :n - engineering, :m - medbay, :u - requisitions, :j - JTAC, :t - intel"
desc = "A headset given to CBRN marines. Channels are as follows: :g - public, :v - marine command, :a - alpha squad, :b - bravo squad, :c - charlie squad, :d - delta squad, :n - engineering, :m - medbay, :u - requisitions, :j - JTAC, :t - intel"
frequency = CBRN_FREQ
initial_keys = list(/obj/item/device/encryptionkey/public, /obj/item/device/encryptionkey/mcom)
ignore_z = TRUE
Expand Down

0 comments on commit 680fb01

Please sign in to comment.