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