Skip to content

Commit

Permalink
[MIRROR] Fixes basic bots being targeted by turrets [MDB IGNORE] (#2937)
Browse files Browse the repository at this point in the history
* 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.
/🆑

* Fixes basic bots being targeted by turrets

---------

Co-authored-by: Afevis <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Jun 9, 2024
1 parent cda685e commit b5fc2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/basic/bots/_bots.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5fc2e3

Please sign in to comment.