From 2819491e9417deee5079d2c3dfc49897357fa3e1 Mon Sep 17 00:00:00 2001 From: Eugeny Date: Sat, 24 Aug 2024 17:54:58 +0400 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D1=81=D0=B5=D0=BA?= =?UTF-8?q?=D1=80=D0=B5=D1=82=D0=BD=D0=BE=D0=B3=D0=BE=20=D1=80=D0=B5=D0=B6?= =?UTF-8?q?=D0=B8=D0=BC=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/ADT/game_presets.yml | 1 + Resources/Prototypes/secret_weights.yml | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/ADT/game_presets.yml b/Resources/Prototypes/ADT/game_presets.yml index 9d61e4950b6..a198e0d9ec5 100644 --- a/Resources/Prototypes/ADT/game_presets.yml +++ b/Resources/Prototypes/ADT/game_presets.yml @@ -5,6 +5,7 @@ - ghosts name: phantom-title minPlayers: 25 + showInVote: true description: phantom-description rules: - PhantomGameRule diff --git a/Resources/Prototypes/secret_weights.yml b/Resources/Prototypes/secret_weights.yml index df391dac869..60a3c4409b7 100644 --- a/Resources/Prototypes/secret_weights.yml +++ b/Resources/Prototypes/secret_weights.yml @@ -1,9 +1,8 @@ - type: weightedRandom id: Secret weights: - Phantom: 0.20 - Nukeops: 0.20 - Traitor: 0.40 + Nukeops: 0.25 + Traitor: 0.50 Zombie: 0 Survival: 0 - Revolutionary: 0.20 + Revolutionary: 0.25