From c76d21e9735b9fff29ae30b5cf6f8c43407bbabe Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Tue, 12 Aug 2025 20:53:04 +0200 Subject: [PATCH] Fix antag objective assignment (again) (#39565) init --- Resources/Prototypes/Objectives/traitor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Objectives/traitor.yml b/Resources/Prototypes/Objectives/traitor.yml index 411a457961..b4a1baa85f 100644 --- a/Resources/Prototypes/Objectives/traitor.yml +++ b/Resources/Prototypes/Objectives/traitor.yml @@ -150,8 +150,8 @@ - !type:TargetObjectiveMindFilter blacklist: components: - - RandomTraitorAlive - - RandomTraitorProgress + - HelpProgressCondition + - KeepAliveCondition - type: entity parent: [BaseTraitorSocialObjective, BaseHelpProgressObjective] @@ -179,8 +179,8 @@ - !type:TargetObjectiveMindFilter blacklist: components: - - RandomTraitorAlive - - RandomTraitorProgress + - HelpProgressCondition + - KeepAliveCondition # steal -- 2.51.2