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 )