From a206db342c4d16f869b741255c080e522307f0af Mon Sep 17 00:00:00 2001 From: Ed Date: Fri, 29 Mar 2024 00:37:26 +0300 Subject: [PATCH] meteor arena return --- .../Prototypes/Maps/Pools/deathmatch.yml | 8 ++--- Resources/Prototypes/Maps/arenas.yml | 32 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) 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