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