Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Aug 31, 2024
1 parent f4d81cc commit fbfe12c
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 @@ -542,7 +542,7 @@
name = "corporate AI service technician headset"
desc = "A standard issue corporate liaison headset, modified for AIST responsibilities. Allows the wearer to listen to, and broadcast over, the APOLLO Link. (Use :+)"
icon_state = "aist_wy_headset"
initial_keys = list(/obj/item/device/encryptionkey/binary, /obj/item/device/encryptionkey/mcom/cl)
initial_keys = list(/obj/item/device/encryptionkey/binary, /obj/item/device/encryptionkey/mcom/cl, /obj/item/device/encryptionkey/aicore)

/obj/item/device/radio/headset/almayer/reporter
name = "reporter radio headset"
Expand All @@ -566,7 +566,7 @@
name = "marine AI service technician headset"
desc = "A modified senior command headset issued to USCM AISTs. Allows the wearer to listen to, and broadcast over, the APOLLO Link. (Use :+)"
icon_state = "aist_headset"
initial_keys = list(/obj/item/device/encryptionkey/binary, /obj/item/device/encryptionkey/cmpcom/cdrcom)
initial_keys = list(/obj/item/device/encryptionkey/binary, /obj/item/device/encryptionkey/cmpcom/cdrcom, /obj/item/device/encryptionkey/aicore)

/obj/item/device/radio/headset/almayer/mcom/sea
name = "marine senior enlisted advisor headset"
Expand Down

0 comments on commit fbfe12c

Please sign in to comment.