From e52289d64b8e492b53fcf06556a40d9d54751658 Mon Sep 17 00:00:00 2001 From: AffectedArc07 Date: Fri, 22 May 2020 22:47:43 +0100 Subject: [PATCH] Fixes AI + ghosts not being able to track --- code/game/objects/items/devices/radio/radio.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/radio/radio.dm b/code/game/objects/items/devices/radio/radio.dm index 53eff8f144f..0d712c3d021 100644 --- a/code/game/objects/items/devices/radio/radio.dm +++ b/code/game/objects/items/devices/radio/radio.dm @@ -420,7 +420,7 @@ GLOBAL_LIST_INIT(default_medbay_channels, list( tcm.needs_tcomms = requires_tcomms tcm.connection = connection tcm.vname = M.voice_name - tcm.follow_target = follow_target // Make sure the AI can follow people + tcm.sender = M // Now put that through the stuff var/handled = FALSE if(connection)