diff --git a/Resources/Prototypes/game_presets.yml b/Resources/Prototypes/game_presets.yml index 23f60bcbf61..569ddb8c01c 100644 --- a/Resources/Prototypes/game_presets.yml +++ b/Resources/Prototypes/game_presets.yml @@ -47,7 +47,7 @@ - traitor name: traitor-title description: traitor-description - showInVote: true + showInVote: false rules: - Traitor - BasicStationEventScheduler @@ -60,7 +60,7 @@ name: death-match-title description: death-match-description maxPlayers: 50 - showInVote: true + showInVote: false supportedMaps: DeathMatchMapPool rules: - DeathMatch31 @@ -71,7 +71,7 @@ - nukeops name: nukeops-title description: nukeops-description - showInVote: true + showInVote: false rules: - Nukeops - BasicStationEventScheduler @@ -84,7 +84,7 @@ - revolutionaries name: rev-title description: rev-description - showInVote: true + showInVote: false rules: - Revolutionary - BasicStationEventScheduler @@ -99,7 +99,7 @@ - zomber name: zombie-title description: zombie-description - showInVote: true + showInVote: false rules: - Zombie - BasicStationEventScheduler @@ -110,7 +110,7 @@ - pirates name: pirates-title description: pirates-description - showInVote: true + showInVote: false rules: - Pirates - BasicStationEventScheduler diff --git a/Resources/Prototypes/secret_weights.yml b/Resources/Prototypes/secret_weights.yml index 47a4f17df84..93fcdef46bc 100644 --- a/Resources/Prototypes/secret_weights.yml +++ b/Resources/Prototypes/secret_weights.yml @@ -1,8 +1,8 @@ - type: weightedRandom id: Secret weights: - Nukeops: 0.25 - Traitor: 0.65 - Zombie: 0.10 - Extended: 0.05 # Corvax-MRP - Revolutionary: 0.15 + Nukeops: 0.3 + Traitor: 0.3 + Zombie: 0.2 + #Extended: 0.05 # Corvax-MRP + Revolutionary: 0.2