Skip to content

Commit

Permalink
Updates synthetics tracking options
Browse files Browse the repository at this point in the history
  • Loading branch information
BonniePandora committed Sep 27, 2024
1 parent 7c7eaf4 commit 5f27542
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions code/game/objects/items/devices/radio/headset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -610,18 +610,12 @@
initial_keys = list(/obj/item/device/encryptionkey/cmpcom/synth)
volume = RADIO_VOLUME_CRITICAL
misc_tracking = TRUE
locate_setting = TRACKER_CO
locate_setting = TRACKER_PLTCO

inbuilt_tracking_options = list(
"Commanding Officer" = TRACKER_CO,
"Executive Officer" = TRACKER_XO,
"Landing Zone" = TRACKER_LZ,
"Alpha SL" = TRACKER_ASL,
"Bravo SL" = TRACKER_BSL,
"Charlie SL" = TRACKER_CSL,
"Delta SL" = TRACKER_DSL,
"Echo SL" = TRACKER_ESL,
"Foxtrot SL" = TRACKER_FSL
"Platoon Commander" = TRACKER_PLTCO,
"Platoon Sergeant" = TRACKER_SL,
"Landing Zone" = TRACKER_LZ
)

/obj/item/device/radio/headset/almayer/mcom/ai
Expand Down

0 comments on commit 5f27542

Please sign in to comment.