From e7d24b56489128da371b5d45b15d9d4c4bd48149 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Sat, 4 May 2024 14:10:08 +0300 Subject: [PATCH] Added Train station into map rotation (#27534) * Update default.yml * more sec --- Resources/Prototypes/Maps/Pools/default.yml | 2 +- Resources/Prototypes/Maps/train.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Maps/Pools/default.yml b/Resources/Prototypes/Maps/Pools/default.yml index 62e05c3a02..245ccce4b7 100644 --- a/Resources/Prototypes/Maps/Pools/default.yml +++ b/Resources/Prototypes/Maps/Pools/default.yml @@ -15,4 +15,4 @@ - Saltern - Packed - Reach - #- Train <- return after station anchoring PR is finished and merged + - Train diff --git a/Resources/Prototypes/Maps/train.yml b/Resources/Prototypes/Maps/train.yml index f500d85af9..b18db7aea8 100644 --- a/Resources/Prototypes/Maps/train.yml +++ b/Resources/Prototypes/Maps/train.yml @@ -49,8 +49,8 @@ #security HeadOfSecurity: [ 1, 1 ] Warden: [ 1, 1 ] - SecurityOfficer: [ 4, 4 ] - SecurityCadet: [ 2, 3 ] + SecurityOfficer: [ 6, 6 ] + SecurityCadet: [ 3, 3 ] Lawyer: [ 1, 2 ] #supply Quartermaster: [ 1, 1 ] -- 2.52.0