From 7652cfaa89f946934694ed3a6cec4793da4a99dd Mon Sep 17 00:00:00 2001 From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:23:08 +1100 Subject: [PATCH] Increase minimum requirement for lowpop maps (#23718) * add * add * yes --- Resources/Prototypes/Maps/atlas.yml | 4 ++-- Resources/Prototypes/Maps/cluster.yml | 2 +- Resources/Prototypes/Maps/omega.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Maps/atlas.yml b/Resources/Prototypes/Maps/atlas.yml index 28ef874020..ef7523c727 100644 --- a/Resources/Prototypes/Maps/atlas.yml +++ b/Resources/Prototypes/Maps/atlas.yml @@ -2,8 +2,8 @@ id: Atlas mapName: Atlas mapPath: /Maps/atlas.yml - minPlayers: 0 - maxPlayers: 35 + minPlayers: 5 + maxPlayers: 20 stations: Atlas: stationProto: StandardNanotrasenStation diff --git a/Resources/Prototypes/Maps/cluster.yml b/Resources/Prototypes/Maps/cluster.yml index 58344e0f72..fe445b0081 100644 --- a/Resources/Prototypes/Maps/cluster.yml +++ b/Resources/Prototypes/Maps/cluster.yml @@ -2,7 +2,7 @@ id: Cluster mapName: 'Cluster' mapPath: /Maps/cluster.yml - minPlayers: 0 + minPlayers: 10 maxPlayers: 35 stations: Cluster: diff --git a/Resources/Prototypes/Maps/omega.yml b/Resources/Prototypes/Maps/omega.yml index 5efd867668..f90c5f5b65 100644 --- a/Resources/Prototypes/Maps/omega.yml +++ b/Resources/Prototypes/Maps/omega.yml @@ -1,8 +1,8 @@ -- type: gameMap +- type: gameMap id: Omega mapName: 'Omega' mapPath: /Maps/omega.yml - minPlayers: 0 + minPlayers: 10 maxPlayers: 35 stations: Omega: -- 2.51.2