From 0cb86d7aaeb14e9a53842ca0824c5bbfe6088984 Mon Sep 17 00:00:00 2001 From: Pissachu <161140558+Pissachu@users.noreply.github.com> Date: Sun, 21 Jul 2024 09:23:27 +0200 Subject: [PATCH] Fixing Botanist role numbers in various stations - V2 (#29581) --- Resources/Prototypes/Maps/fland.yml | 2 +- Resources/Prototypes/Maps/oasis.yml | 2 +- Resources/Prototypes/Maps/packed.yml | 2 +- Resources/Prototypes/Maps/saltern.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Maps/fland.yml b/Resources/Prototypes/Maps/fland.yml index f22c44cb63..30e142e8c0 100644 --- a/Resources/Prototypes/Maps/fland.yml +++ b/Resources/Prototypes/Maps/fland.yml @@ -22,7 +22,7 @@ Captain: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] Bartender: [ 2, 2 ] - Botanist: [ 4, 4 ] + Botanist: [ 3, 3 ] Chef: [ 2, 2 ] Janitor: [ 3, 3 ] Chaplain: [ 1, 1 ] diff --git a/Resources/Prototypes/Maps/oasis.yml b/Resources/Prototypes/Maps/oasis.yml index 608d3f9464..e0f9e791e7 100644 --- a/Resources/Prototypes/Maps/oasis.yml +++ b/Resources/Prototypes/Maps/oasis.yml @@ -20,7 +20,7 @@ Captain: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] Bartender: [ 2, 2 ] - Botanist: [ 4, 4 ] + Botanist: [ 2, 3 ] Chef: [ 2, 2 ] Janitor: [ 3, 3 ] Chaplain: [ 1, 1 ] diff --git a/Resources/Prototypes/Maps/packed.yml b/Resources/Prototypes/Maps/packed.yml index b844636bf8..fd79dfd823 100644 --- a/Resources/Prototypes/Maps/packed.yml +++ b/Resources/Prototypes/Maps/packed.yml @@ -19,7 +19,7 @@ Captain: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] Bartender: [ 1, 1 ] - Botanist: [ 2, 2 ] + Botanist: [ 1, 2 ] Chef: [ 1, 1 ] Janitor: [ 1, 2 ] Chaplain: [ 1, 1 ] diff --git a/Resources/Prototypes/Maps/saltern.yml b/Resources/Prototypes/Maps/saltern.yml index e9d26ce319..d0a539d182 100644 --- a/Resources/Prototypes/Maps/saltern.yml +++ b/Resources/Prototypes/Maps/saltern.yml @@ -20,7 +20,7 @@ Captain: [ 1, 1 ] HeadOfPersonnel: [ 1, 1 ] Bartender: [ 1, 1 ] - Botanist: [ 2, 2 ] + Botanist: [ 1, 2 ] Chef: [ 1, 1 ] Janitor: [ 1, 1 ] Chaplain: [ 1, 1 ] -- 2.51.2