From 5f2754296214c5614dbcbc32bc3494aa11b96af7 Mon Sep 17 00:00:00 2001 From: BonniePandora Date: Fri, 27 Sep 2024 13:04:10 +0100 Subject: [PATCH 1/3] Updates synthetics tracking options --- code/game/objects/items/devices/radio/headset.dm | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index 90ff96fbb6..7ce0136422 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -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 From 204344a1bba76f74f43fad3dab0272775c77bbb5 Mon Sep 17 00:00:00 2001 From: Pandora Date: Fri, 27 Sep 2024 23:40:35 +0100 Subject: [PATCH 2/3] Swaps platoon-sarge track for Alpha lead track (no assigned_squad check this way) --- code/game/objects/items/devices/radio/headset.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index 7ce0136422..19fb779ad1 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -614,7 +614,7 @@ inbuilt_tracking_options = list( "Platoon Commander" = TRACKER_PLTCO, - "Platoon Sergeant" = TRACKER_SL, + "Platoon Sergeant" = TRACKER_ASL, "Landing Zone" = TRACKER_LZ ) From 306709722499cd69eaaa0ef160cd922ab1447960 Mon Sep 17 00:00:00 2001 From: BonniePandora Date: Sun, 29 Sep 2024 00:18:29 +0100 Subject: [PATCH 3/3] Swap from PLTCO to PLTSARGE as default tracking target --- code/game/objects/items/devices/radio/headset.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index 19fb779ad1..8ac47fe0f1 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -610,7 +610,7 @@ initial_keys = list(/obj/item/device/encryptionkey/cmpcom/synth) volume = RADIO_VOLUME_CRITICAL misc_tracking = TRUE - locate_setting = TRACKER_PLTCO + locate_setting = TRACKER_ASL inbuilt_tracking_options = list( "Platoon Commander" = TRACKER_PLTCO,