Map Edits: Tortuga (#5965)
* Map Edits: Tortuga * Final commits * Robo-Proto * Service jobs * reveiw fixes * Jimbo's birthday present --------- Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
This commit is contained in:
parent
79a4a15403
commit
e1ff1ea820
File diff suppressed because it is too large
Load Diff
|
|
@ -41,7 +41,7 @@
|
|||
MedicalIntern: [ 2, 4 ]
|
||||
Paramedic: [ 1, 2 ]
|
||||
Psychologist: [ 1, 1 ]
|
||||
Surgeon: [ 1, 2 ]
|
||||
#Surgeon: [ 1, 2 ] Disabled until role returns
|
||||
#security
|
||||
Brigmedic: [ 1, 1 ]
|
||||
Detective: [ 2, 2 ]
|
||||
|
|
|
|||
|
|
@ -10,7 +10,10 @@
|
|||
bar: "#79150096"
|
||||
epistemics: "#D381C996" # DeltaV - Epistemics Department replacing Science
|
||||
logistics: "#A4610696" # DeltaV - Logistics Department replacing Cargo
|
||||
justice: "#6b2833DD" # DeltaV - Added Justice Department
|
||||
# Begin DeltaV additions
|
||||
justice: "#6b2833DD"
|
||||
warning: "#DE3A3A96"
|
||||
# End DeltaV additions
|
||||
janitor: "#8c347f96"
|
||||
chemistry: "#fa750096"
|
||||
virology: "#43990996"
|
||||
|
|
|
|||
|
|
@ -97,6 +97,16 @@
|
|||
- type: FaxMachine
|
||||
name: "Civilian"
|
||||
|
||||
- type: entity
|
||||
parent: FaxMachineBase
|
||||
id: FaxMachineService
|
||||
suffix: Service
|
||||
components:
|
||||
- type: PageSender
|
||||
autoLinkJobs: [Bartender, Botanist, Botanist, Boxer, Chef, Clown, HeadOfPersonnel, Janitor, MartialArtist, Mime, Musician, Reporter, ServiceWorker, Zookeeper]
|
||||
- type: FaxMachine
|
||||
name: "Service"
|
||||
|
||||
# Job-specific fax machines
|
||||
|
||||
- type: entity
|
||||
|
|
@ -468,3 +478,13 @@
|
|||
autoLinkJobs: [ForensicMantis]
|
||||
- type: FaxMachine
|
||||
name: "Psionic Mantis"
|
||||
|
||||
- type: entity
|
||||
parent: FaxMachineBase
|
||||
id: FaxMachinePerma
|
||||
suffix: Perma
|
||||
components:
|
||||
- type: PageSender
|
||||
autoLinkJobs: [Prisoner]
|
||||
- type: FaxMachine
|
||||
name: "Permanent Brig"
|
||||
|
|
|
|||
Loading…
Reference in New Issue