From 620ffaba4d82fc4b3bcfaa742a1ed4a0b3ff67fc Mon Sep 17 00:00:00 2001 From: 21Melkuu <79728504+21Melkuu@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:22:48 +0300 Subject: [PATCH] fix target (#2392) --- Resources/Prototypes/Objectives/objectiveGroups.yml | 2 +- .../SS220/Entities/Clothing/OuterClothing/reactive_armor_rd.yml | 2 ++ Resources/Prototypes/SS220/Objectives/traitor.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Objectives/objectiveGroups.yml b/Resources/Prototypes/Objectives/objectiveGroups.yml index 101775b8fe5f..4dab932910ab 100644 --- a/Resources/Prototypes/Objectives/objectiveGroups.yml +++ b/Resources/Prototypes/Objectives/objectiveGroups.yml @@ -21,7 +21,7 @@ EngravedKnuckledusterStealObjective: 1 #SS220 New Qm highrisk CaptainGunStealObjective: 0.5 CaptainJetpackStealObjective: 0.5 - ClothingOuterReactiveArmorObjective: 0.5 #SS220 New RD highrisk + ClothingOuterReactiveArmorStealObjective: 0.5 #SS220 New RD highrisk HandTeleporterStealObjective: 0.5 SecretDocumentsStealObjective: 0.5 MultiPhaseEnergyGunStealObjective: 0.5 #SS220 MultiPhaze Energy Gun diff --git a/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/reactive_armor_rd.yml b/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/reactive_armor_rd.yml index 2e0af6ae00ab..588111ff5080 100644 --- a/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/reactive_armor_rd.yml +++ b/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/reactive_armor_rd.yml @@ -42,6 +42,8 @@ canCreateVacuum: false deleteAfterExplosion: false repeatable: true + - type: StealTarget + stealGroup: ClothingOuterReactiveArmor - type: Tag tags: - HighRiskItem diff --git a/Resources/Prototypes/SS220/Objectives/traitor.yml b/Resources/Prototypes/SS220/Objectives/traitor.yml index 4166d2ac6222..c36899d5eaf7 100644 --- a/Resources/Prototypes/SS220/Objectives/traitor.yml +++ b/Resources/Prototypes/SS220/Objectives/traitor.yml @@ -37,7 +37,7 @@ - type: entity parent: BaseTraitorStealObjective - id: ClothingOuterReactiveArmorObjective + id: ClothingOuterReactiveArmorStealObjective components: - type: NotJobRequirement job: ResearchDirector