From: NakataRin <45946146+NakataRin@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:59:43 +0000 (+0400) Subject: added paramedic to train (#30556) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=71ea1516edb0a2d082808f503b5b7c4173cb1359;p=space-station-14.git added paramedic to train (#30556) --- diff --git a/Resources/Maps/train.yml b/Resources/Maps/train.yml index 60f562e5c7..f15e08aa88 100644 --- a/Resources/Maps/train.yml +++ b/Resources/Maps/train.yml @@ -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 diff --git a/Resources/Prototypes/Maps/train.yml b/Resources/Prototypes/Maps/train.yml index 0925b5ead1..20cb0fde01 100644 --- a/Resources/Prototypes/Maps/train.yml +++ b/Resources/Prototypes/Maps/train.yml @@ -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 ]