Skip to content

Commit

Permalink
Merge branch 'master' into logidept
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-Tel authored Sep 21, 2023
2 parents 6737cc0 + c94c639 commit 1030bfd
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Resources/Changelog/DeltaVChangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,11 @@ Entries:
message: Felinids have been reintegrated to the crew.
id: 10
time: '2023-09-20T23:28:21.0000000+00:00'
- author: Colin-Tel
changes:
- type: Tweak
message: >-
Paramedics now spawn with their respective equipment for retrieving
crewmates more effectively.
id: 11
time: '2023-09-21T04:01:02.0000000+00:00'
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@
amount: 1
# - id: BaseBallBat THIS BAT IS TOO DAMN BIG!
# amount: 1

- type: entity
noSpawn: true
parent: ClothingBackpackMedical
id: ClothingBackpackParamedicFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalMedical
- id: CheapRollerBedSpawnFolded
- id: BodyBag_Folded
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
noSpawn: true
parent: ClothingBackpackDuffelMedical
id: ClothingBackpackDuffelParamedicFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalMedical
- id: CheapRollerBedSpawnFolded
- id: BodyBag_Folded
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
noSpawn: true
parent: ClothingBackpackSatchelMedical
id: ClothingBackpackSatchelParamedicFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalMedical
- id: CheapRollerBedSpawnFolded
- id: BodyBag_Folded
8 changes: 5 additions & 3 deletions Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
id: ParamedicGear
equipment:
jumpsuit: ClothingUniformJumpsuitParamedic
back: ClothingBackpackMedicalFilled
back: ClothingBackpackParamedicFilled # DeltaV - Give Paramedics useful tools on spawn, see Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StargerGear/backpack.yml
shoes: ClothingShoesColorWhite
id: ParamedicPDA
ears: ClothingHeadsetMedical
belt: ClothingBeltParamedicFilled
pocket1: HandheldGPSBasic # DeltaV - Give Paramedics useful tools on spawn
pocket2: HandheldCrewMonitor # DeltaV - Give Paramedics useful tools on spawn
innerclothingskirt: ClothingUniformJumpskirtParamedic
satchel: ClothingBackpackSatchelMedicalFilled
duffelbag: ClothingBackpackDuffelMedicalFilled
satchel: ClothingBackpackSatchelParamedicFilled # DeltaV - Give Paramedics useful tools on spawn, see Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StargerGear/satchel.yml
duffelbag: ClothingBackpackDuffelParamedicFilled # DeltaV - Give Paramedics useful tools on spawn, see Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StargerGear/duffelbag.yml

0 comments on commit 1030bfd

Please sign in to comment.