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