added paramedic to train (#30556)

This commit is contained in:
NakataRin
2024-08-01 23:59:43 +04:00
committed by GitHub
parent 7da2fb1218
commit 71ea1516ed
2 changed files with 10 additions and 2 deletions

View File

@@ -74144,7 +74144,7 @@ entities:
pos: 8.5,-176.5
parent: 2
- type: Door
secondsUntilStateChange: -141260.94
secondsUntilStateChange: -141291.3
state: Closing
- uid: 11227
components:
@@ -86875,6 +86875,13 @@ entities:
- type: Transform
pos: -0.5,-62.5
parent: 2
- proto: SpawnPointParamedic
entities:
- uid: 16963
components:
- type: Transform
pos: -2.5,-165.5
parent: 2
- proto: SpawnPointPassenger
entities:
- uid: 13362

View File

@@ -38,8 +38,9 @@
#medical
ChiefMedicalOfficer: [ 1, 1 ]
Chemist: [ 2, 2 ]
MedicalDoctor: [ 3, 3 ]
MedicalDoctor: [ 2, 2 ]
MedicalIntern: [ 2, 2 ]
Paramedic: [ 1, 1 ]
#science
ResearchDirector: [ 1, 1 ]
Scientist: [ 4, 4 ]