Skip to content

Commit

Permalink
Deleted Cluster from map pool and set minPlayers 0 for all other maps
Browse files Browse the repository at this point in the history
  • Loading branch information
SplikZerys committed Jun 28, 2024
1 parent 2d4e8f5 commit f63ef80
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion Resources/Prototypes/_Sunrise/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
maps:
- SunriseDelta
- SunriseBox
- SunriseCluster
- SunriseFland
- SunriseMarathon
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Sunrise/Maps/box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: SunriseBox
mapName: 'Box Station'
mapPath: /Maps/_Sunrise/Station/box.yml
minPlayers: 30
minPlayers: 0
stations:
Boxstation:
stationProto: StandardNanotrasenStation
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Sunrise/Maps/delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: SunriseDelta
mapName: 'Delta Station'
mapPath: /Maps/_Sunrise/Station/delta.yml
minPlayers: 40
minPlayers: 0
stations:
Delta:
stationProto: StandardNanotrasenStation
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Sunrise/Maps/fland.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: SunriseFland
mapName: 'Fland Installation'
mapPath: /Maps/_Sunrise/Station/fland.yml
minPlayers: 40
minPlayers: 0
stations:
Fland:
stationProto: StandardNanotrasenStation
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Sunrise/Maps/marathon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: SunriseMarathon
mapName: 'Marathon Station'
mapPath: /Maps/_Sunrise/Station/marathon.yml
minPlayers: 20
minPlayers: 0
stations:
Marathon:
stationProto: StandardNanotrasenStation
Expand Down

0 comments on commit f63ef80

Please sign in to comment.