From 295a1b28abbea3dfaed24f265fb4fb3a7369f659 Mon Sep 17 00:00:00 2001 From: Afevis Date: Sat, 8 Jun 2024 19:23:37 -0400 Subject: [PATCH] Fixes basic bots being targeted by turrets (#83777) turret faction got removed by accident. fixes #83747 :cl: ShizCalev fix: Basic bots are now in the proper faction and will no longer be targeted by turrets. /:cl: --- code/modules/mob/living/basic/bots/_bots.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/basic/bots/_bots.dm b/code/modules/mob/living/basic/bots/_bots.dm index 6febd66d270..03dc06dcda5 100644 --- a/code/modules/mob/living/basic/bots/_bots.dm +++ b/code/modules/mob/living/basic/bots/_bots.dm @@ -42,7 +42,7 @@ GLOBAL_LIST_INIT(command_strings, list( bubble_icon = "machine" speech_span = SPAN_ROBOT - faction = list(FACTION_SILICON) + faction = list(FACTION_SILICON, FACTION_TURRET) light_system = OVERLAY_LIGHT light_range = 3 light_power = 0.6