From b541171c796b8c919fca3f44eecf6181a68a8c95 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sat, 16 Sep 2023 13:10:05 +0100 Subject: [PATCH] hopefully fix no objectives (#20246) Co-authored-by: deltanedas <@deltanedas:kde.org> --- 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 9ef34b8cab..cc4324e729 100644 --- a/Resources/Prototypes/Objectives/traitor.yml +++ b/Resources/Prototypes/Objectives/traitor.yml @@ -131,7 +131,7 @@ - type: entity noSpawn: true parent: BaseTraitorStealObjective - id: HyposprayStealObjective + id: CMOHyposprayStealObjective components: - type: NotJobRequirement job: ChiefMedicalOfficer @@ -176,7 +176,7 @@ components: - type: Objective # hos has a gun ce does not, higher difficulty than most - difficulty: 3.5 + difficulty: 3 - type: NotJobRequirement job: HeadOfSecurity - type: StealCondition @@ -250,13 +250,13 @@ - type: entity noSpawn: true parent: BaseCaptainObjective - id: StealNukeDiskObjective + id: NukeDiskStealObjective components: - type: Objective # high difficulty since the hardest item both to steal, and to not get caught down the road, # since anyone with a pinpointer can track you down and kill you # it's close to being a stealth loneop - difficulty: 4.5 + difficulty: 4 - type: NotCommandRequirement - type: StealCondition prototype: NukeDisk -- 2.51.2