From 919a2175a586ef673bebf1013aa18a783a636878 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Fri, 7 Nov 2025 22:43:54 +0100 Subject: [PATCH] Fix pets attacking initial infected (#41338) * Fix station pets attacking Initial Infected * I was wrong, this code is correct * push --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> --- Resources/Prototypes/ai_factions.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/ai_factions.yml b/Resources/Prototypes/ai_factions.yml index eff8ae2423..b78143b143 100644 --- a/Resources/Prototypes/ai_factions.yml +++ b/Resources/Prototypes/ai_factions.yml @@ -35,13 +35,14 @@ - type: npcFaction id: PetsNT + friendly: + - NanoTrasen hostile: - Mouse - SimpleHostile - Zombie - Xeno - AllHostile - - Wizard - Dragon - type: npcFaction @@ -162,5 +163,5 @@ - Xeno # rivalry # cause they are hostile to them - - SimpleHostile + - SimpleHostile - AllHostile -- 2.51.2