mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 19:46:43 +00:00
Make teams vs ffa 50/50
This commit is contained in:
@@ -238,7 +238,7 @@ async function schedulePublicGame(playlist: MapPlaylist) {
|
||||
instantBuild: false,
|
||||
disableNPCs: false,
|
||||
disableNukes: false,
|
||||
gameMode: Math.random() < 0.7 ? GameMode.FFA : GameMode.Team,
|
||||
gameMode: Math.random() < 0.5 ? GameMode.FFA : GameMode.Team,
|
||||
bots: 400,
|
||||
} as GameConfig;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user