Skip to content

Commit

Permalink
Fix Maps Missing Assistants (#838)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
VMSolidus authored Sep 9, 2024
1 parent 01c94a1 commit f8027b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Resources/Prototypes/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
- Asterisk
- Core
- Edge
- Glacier
- Hammurabi
- Lighthouse
- Pebble
- Saltern
- Shoukou
- Submarine
- Tortuga
- TheHive
- Submarine
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@
Musician: [ 1, 3 ]
Boxer: [ 2, 4 ]
Reporter: [ 2, 4 ]
Passenger: [ -1, -1 ]
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/glacier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
overflowJobs:
- Passenger
availableJobs:
Passenger: [ -1, -1 ]
Captain: [ 1, 1 ]
#service
HeadOfPersonnel: [ 1, 1 ]
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/saltern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@
Clown: [ 1, 1 ]
Mime: [ 1, 1 ]
Musician: [ 1, 2 ]
Passenger: [ -1, -1 ]

0 comments on commit f8027b5

Please sign in to comment.