From: Pissachu <161140558+Pissachu@users.noreply.github.com> Date: Sun, 21 Jul 2024 07:23:27 +0000 (+0200) Subject: Fixing Botanist role numbers in various stations - V2 (#29581) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=0cb86d7aaeb14e9a53842ca0824c5bbfe6088984;p=space-station-14.git Fixing Botanist role numbers in various stations - V2 (#29581) --- 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 ]