Fixes basic bots being targeted by turrets (#83777)

turret faction got removed by accident.

fixes #83747

🆑 ShizCalev
fix: Basic bots are now in the proper faction and will no longer be
targeted by turrets.
/🆑
This commit is contained in:
Afevis
2024-06-08 19:23:37 -04:00
committed by GitHub
parent 16dd887143
commit 295a1b28ab
+1 -1
View File
@@ -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