diff --git a/code/modules/mob/living/basic/bots/_bots.dm b/code/modules/mob/living/basic/bots/_bots.dm index eb8683e7a87..e78a2477eb3 100644 --- a/code/modules/mob/living/basic/bots/_bots.dm +++ b/code/modules/mob/living/basic/bots/_bots.dm @@ -37,7 +37,7 @@ GLOBAL_LIST_INIT(command_strings, list( bubble_icon = "machine" speech_span = SPAN_ROBOT - faction = list(FACTION_SILICON, FACTION_TURRET) + faction = list(FACTION_SILICON, FACTION_NEUTRAL, FACTION_TURRET) light_system = OVERLAY_LIGHT light_range = 3 light_power = 0.6