diff --git a/code/modules/mob/living/simple_animal/bot/bot.dm b/code/modules/mob/living/simple_animal/bot/bot.dm index 1fba341fd59..c9613043836 100644 --- a/code/modules/mob/living/simple_animal/bot/bot.dm +++ b/code/modules/mob/living/simple_animal/bot/bot.dm @@ -146,7 +146,7 @@ access_card.access += access_robotics set_custom_texts() Radio = new/obj/item/radio/headset/bot(src) - + Radio.follow_target = src add_language("Galactic Common", 1) add_language("Sol Common", 1) add_language("Tradeband", 1)