From 518bf77479ce6b4913edd8eb9e11661ffdde5144 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Mon, 14 Aug 2023 01:00:35 -0400 Subject: [PATCH] Revert "add syndies+nukies gamemode" (#19105) --- .../game-presets/preset-nukeops-traitor.ftl | 2 -- Resources/Prototypes/game_presets.yml | 13 ------------- Resources/Prototypes/secret_weights.yml | 4 +--- 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 Resources/Locale/en-US/game-ticking/game-presets/preset-nukeops-traitor.ftl diff --git a/Resources/Locale/en-US/game-ticking/game-presets/preset-nukeops-traitor.ftl b/Resources/Locale/en-US/game-ticking/game-presets/preset-nukeops-traitor.ftl deleted file mode 100644 index 5e7398a499..0000000000 --- a/Resources/Locale/en-US/game-ticking/game-presets/preset-nukeops-traitor.ftl +++ /dev/null @@ -1,2 +0,0 @@ -nukeops-traitor-title = Traitors and Nuclear Operatives -nukeops-traitor-description = Both Syndicate agents and Nuclear Operatives have targeted the station. Will they fight or cooperate? diff --git a/Resources/Prototypes/game_presets.yml b/Resources/Prototypes/game_presets.yml index e6a2f49aa8..c732e6c250 100644 --- a/Resources/Prototypes/game_presets.yml +++ b/Resources/Prototypes/game_presets.yml @@ -72,19 +72,6 @@ rules: - Nukeops - BasicStationEventScheduler - -- type: gamePreset - id: NukeopsTraitor - alias: - - nukeopstraitor - - syndinukies - name: nukeops-traitor-title - description: nukeops-traitor-description - showInVote: false - rules: - - Nukeops - - Traitor - - BasicStationEventScheduler - type: gamePreset id: Zombie diff --git a/Resources/Prototypes/secret_weights.yml b/Resources/Prototypes/secret_weights.yml index e9670ad818..b23daa2a4e 100644 --- a/Resources/Prototypes/secret_weights.yml +++ b/Resources/Prototypes/secret_weights.yml @@ -1,8 +1,6 @@ - type: weightedRandom id: Secret weights: - Nukeops: 0.15 + Nukeops: 0.25 Traitor: 0.65 - # TODO: remove when dynamic is a thing - NukeopsTraitor: 0.10 Zombie: 0.10