From f8027b5e9e6e063a660803945e1bd3ed23eef914 Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Mon, 9 Sep 2024 00:13:06 -0400 Subject: [PATCH] Fix Maps Missing Assistants (#838) # Description Glacier, Core, and Saltern were missing their assistant job slots(My mistake, when the Linter said I needed to set the Overflow job, I assumed it meant "Replace the [-1, -1] slot with the Overflow", but apparently both are needed. Additionally, Glacier, Core, and Saltern are now added to the Map Pool. :cl: - add: Glacier, Core, and Saltern now have assistant job slots. - add: Glacier, Core, and Saltern are now able to be voted on for map selection. --- Resources/Prototypes/Maps/Pools/default.yml | 4 +++- Resources/Prototypes/Maps/core.yml | 1 + Resources/Prototypes/Maps/glacier.yml | 1 + Resources/Prototypes/Maps/saltern.yml | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Maps/Pools/default.yml b/Resources/Prototypes/Maps/Pools/default.yml index 85c6bb022b4..ef6fcb566a1 100644 --- a/Resources/Prototypes/Maps/Pools/default.yml +++ b/Resources/Prototypes/Maps/Pools/default.yml @@ -5,10 +5,12 @@ - Asterisk - Core - Edge + - Glacier - Hammurabi - Lighthouse - Pebble + - Saltern - Shoukou + - Submarine - Tortuga - TheHive - - Submarine diff --git a/Resources/Prototypes/Maps/core.yml b/Resources/Prototypes/Maps/core.yml index 565774e3b39..90b032271da 100644 --- a/Resources/Prototypes/Maps/core.yml +++ b/Resources/Prototypes/Maps/core.yml @@ -64,3 +64,4 @@ Musician: [ 1, 3 ] Boxer: [ 2, 4 ] Reporter: [ 2, 4 ] + Passenger: [ -1, -1 ] diff --git a/Resources/Prototypes/Maps/glacier.yml b/Resources/Prototypes/Maps/glacier.yml index 644529903b2..e32127d3e50 100644 --- a/Resources/Prototypes/Maps/glacier.yml +++ b/Resources/Prototypes/Maps/glacier.yml @@ -21,6 +21,7 @@ overflowJobs: - Passenger availableJobs: + Passenger: [ -1, -1 ] Captain: [ 1, 1 ] #service HeadOfPersonnel: [ 1, 1 ] diff --git a/Resources/Prototypes/Maps/saltern.yml b/Resources/Prototypes/Maps/saltern.yml index ed43206d6f7..36666eb1cc3 100644 --- a/Resources/Prototypes/Maps/saltern.yml +++ b/Resources/Prototypes/Maps/saltern.yml @@ -62,4 +62,5 @@ Clown: [ 1, 1 ] Mime: [ 1, 1 ] Musician: [ 1, 2 ] + Passenger: [ -1, -1 ]