diff --git a/Resources/Prototypes/Maps/Pools/deathmatch.yml b/Resources/Prototypes/Maps/Pools/deathmatch.yml index 5f62356e30..e263e1523b 100644 --- a/Resources/Prototypes/Maps/Pools/deathmatch.yml +++ b/Resources/Prototypes/Maps/Pools/deathmatch.yml @@ -1,4 +1,4 @@ -#- type: gameMapPool -# id: DeathMatchMapPool -# maps: -# - MeteorArena +- type: gameMapPool + id: DeathMatchMapPool + maps: + - MeteorArena diff --git a/Resources/Prototypes/Maps/arenas.yml b/Resources/Prototypes/Maps/arenas.yml index 83d2539c50..89addc511f 100644 --- a/Resources/Prototypes/Maps/arenas.yml +++ b/Resources/Prototypes/Maps/arenas.yml @@ -1,16 +1,16 @@ -#- type: gameMap -# id: MeteorArena -# mapName: Meteor Arena -# mapPath: /Maps/Nonstations/meteor-arena.yml -# minPlayers: 0 -# stations: -# Arena: -# stationProto: StandardStationArena -# components: -# - type: StationNameSetup -# mapNameTemplate: "Meteor Arena" -# - type: StationJobs -# overflowJobs: -# - Passenger -# availableJobs: -# Passenger: [ -1, -1 ] +- type: gameMap + id: MeteorArena + mapName: Meteor Arena + mapPath: /Maps/Nonstations/meteor-arena.yml + minPlayers: 0 + stations: + Arena: + stationProto: StandardStationArena + components: + - type: StationNameSetup + mapNameTemplate: "Meteor Arena" + - type: StationJobs + overflowJobs: + - Adventurer #CrystallPunk Dev replacement + availableJobs: + Adventurer: [ -1, -1 ] #CrystallPunk Dev replacement