From 204344a1bba76f74f43fad3dab0272775c77bbb5 Mon Sep 17 00:00:00 2001 From: Pandora Date: Fri, 27 Sep 2024 23:40:35 +0100 Subject: [PATCH] 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 )