Skip to content

Commit

Permalink
Merge pull request Simple-Station#23 from VMSolidus/enable-all-map-votes
Browse files Browse the repository at this point in the history
Enable big maps for playtesting
  • Loading branch information
VMSolidus authored Jun 16, 2024
2 parents 7349143 + 89af187 commit daf4174
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/arena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Arena
mapName: 'Arena'
mapPath: /Maps/arena.yml
minPlayers: 30
minPlayers: 0
maxPlayers: 80
stations:
Arena:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Edge
mapName: 'Edge'
mapPath: /Maps/edge.yml
minPlayers: 10
minPlayers: 0
maxPlayers: 80
stations:
Edge:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/hammurabi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Hammurabi
mapName: 'Hammurabi'
mapPath: /Maps/hammurabi.yml
minPlayers: 50
minPlayers: 0
stations:
Hammurabi:
stationProto: StandardNanotrasenStation
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: TheHive
mapName: 'The Hive'
mapPath: /Maps/hive.yml
minPlayers: 30
minPlayers: 0
#maxPlayers: 80 Temporary maybe
stations:
TheHive:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Lighthouse
mapName: Lighthouse
mapPath: /Maps/lighthouse.yml
minPlayers: 15
minPlayers: 0
maxPlayers: 55
stations:
Lighthouse:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/submarine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Submarine
mapName: 'Submarine'
mapPath: /Maps/submarine.yml
minPlayers: 60
minPlayers: 0
stations:
Submarine:
stationProto: StandardNanotrasenStation
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Maps/tortuga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Tortuga
mapName: 'Tortuga'
mapPath: /Maps/tortuga.yml
minPlayers: 50
minPlayers: 0
stations:
Tortuga:
stationProto: StandardNanotrasenStation
Expand Down

0 comments on commit daf4174

Please sign in to comment.