diff --git a/Resources/Prototypes/_Sunrise/Maps/alteros_prison.yml b/Resources/Prototypes/_Sunrise/Maps/alteros_prison.yml deleted file mode 100644 index 1e7acc6a65..0000000000 --- a/Resources/Prototypes/_Sunrise/Maps/alteros_prison.yml +++ /dev/null @@ -1,28 +0,0 @@ -- type: gameMap - id: AlterosPrison - mapName: 'Alteros GCI-39' - mapPath: /Maps/_Sunrise/alteros_prison.yml - maxRandomOffset: 0 - randomRotation: false - minPlayers: 0 - stations: - AlterosPrison: - stationProto: NanotrasenPrison - components: - - type: StationBiome - biome: Grasslands - - type: StationNameSetup - mapNameTemplate: '{0} Космическая тюрьма {1}' - nameGenerator: - !type:NanotrasenNameGenerator - prefixCreator: 'TG' - - type: StationJobs - availableJobs: - HeadOfPrison: [ 1, 1 ] - PrisonWorker: [ 3, 3 ] - PrisonPilot: [ 1, 1 ] - PrisonChef: [ 1, 2 ] - PrisonDoctor: [ 2, 3 ] - PrisonEngineer: [ 2, 3 ] - PrisonGuard: [ 6, 12 ] - Prisoner: [ 6, 8 ] diff --git a/Resources/Prototypes/_Sunrise/Maps/sunrise_prison.yml b/Resources/Prototypes/_Sunrise/Maps/sunrise_prison.yml deleted file mode 100644 index c1b781adf6..0000000000 --- a/Resources/Prototypes/_Sunrise/Maps/sunrise_prison.yml +++ /dev/null @@ -1,28 +0,0 @@ -- type: gameMap - id: SunrisePrison - mapName: 'Incisoare B28' - mapPath: /Maps/_Sunrise/sunrise_prison.yml - maxRandomOffset: 0 - randomRotation: false - minPlayers: 0 - stations: - SunrisePrison: - stationProto: NanotrasenPrison - components: - - type: StationBiome - biome: Grasslands - - type: StationNameSetup - mapNameTemplate: '{0} Космическая тюрьма {1}' - nameGenerator: - !type:NanotrasenNameGenerator - prefixCreator: 'TG' - - type: StationJobs - availableJobs: - HeadOfPrison: [ 1, 1 ] - PrisonWorker: [ 3, 3 ] - PrisonPilot: [ 1, 1 ] - PrisonChef: [ 1, 2 ] - PrisonDoctor: [ 2, 3 ] - PrisonEngineer: [ 2, 3 ] - PrisonGuard: [ 6, 12 ] - Prisoner: [ 6, 8 ]