Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates synth's headset tracking options #481

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,
BonniePandora marked this conversation as resolved.
Show resolved Hide resolved
"Landing Zone" = TRACKER_LZ
)

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