mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user