Add neutral faction to basic bots (#90413)

## About The Pull Request

Fixes #89940
This seems like a simple oversight made when making the bot basetype.
Simple Animal bots have this faction but Basic ones don't for some
reason, this causes them to be read as hostile by mobs that are supposed
to be passive towards station-aligned targets.

## Changelog

🆑
fix: Random supposedly-friendly mobs will no longer aggro onto and kill
medbots and cleanbots
/🆑
This commit is contained in:
Jacquerel
2025-04-05 18:05:32 +02:00
committed by GitHub
parent a0e7b50f51
commit 5bf8fbb1c4
+1 -1
View File
@@ -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