Skip to content

Commit

Permalink
Separate Saltern & Add TODOs (space-wizards#551)
Browse files Browse the repository at this point in the history
custom saltern and todos
  • Loading branch information
Piras314 authored Aug 28, 2024
1 parent 4aa376e commit 015ab6d
Show file tree
Hide file tree
Showing 6 changed files with 70,293 additions and 2 deletions.
70,287 changes: 70,287 additions & 0 deletions Resources/Maps/Goobstation/saltern.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/marathon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- type: StationJobs
availableJobs:
#service
# Goobstation - TODO: add bso and ntr
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
Bartender: [ 2, 2 ]
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/omega.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- type: StationJobs
availableJobs:
#service
# Goobstation - TODO: add bso and ntr
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
Bartender: [ 1, 1 ]
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/packed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- type: StationJobs
availableJobs:
#service
# Goobstation - TODO: add bso and ntr
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
Bartender: [ 1, 1 ]
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/reach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
emergencyShuttlePath: /Maps/Shuttles/emergency.yml
- type: StationJobs
availableJobs:
# Goobstation - TODO: add bso and ntr
Captain: [ 1, 1 ]
HeadOfSecurity: [ 1, 1 ]
SecurityOfficer: [ 1, 3 ]
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Maps/saltern.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: gameMap
id: Saltern
mapName: 'Saltern'
mapPath: /Maps/saltern.yml
mapPath: /Maps/Goobstation/saltern.yml # Goobstation - use custom saltern
minPlayers: 0
maxPlayers: 35
fallback: true
Expand All @@ -17,6 +17,7 @@
- type: StationJobs
availableJobs:
#service
# Goobstation - TODO: add bso and ntr
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
Bartender: [ 1, 1 ]
Expand Down Expand Up @@ -57,4 +58,3 @@
Clown: [ 1, 1 ]
Mime: [ 1, 1 ]
Musician: [ 1, 1 ]

0 comments on commit 015ab6d

Please sign in to comment.