diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml index 25a9ad8963..429f4c2025 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -50,6 +50,16 @@ contents: - id: BoxSurvivalMedical +- type: entity + noSpawn: true + parent: ClothingBackpackMedical + id: ClothingBackpackParamedicFilled + components: + - type: StorageFill + contents: + - id: BoxSurvivalMedical + - id: EmergencyRollerBedSpawnFolded + - type: entity noSpawn: true parent: ClothingBackpackCaptain diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml index 4bff55acdc..504054dc27 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml @@ -58,6 +58,16 @@ contents: - id: BoxSurvivalMedical +- type: entity + noSpawn: true + parent: ClothingBackpackDuffelMedical + id: ClothingBackpackDuffelParamedicFilled + components: + - type: StorageFill + contents: + - id: BoxSurvivalMedical + - id: EmergencyRollerBedSpawnFolded + - type: entity noSpawn: true parent: ClothingBackpackDuffelCaptain diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml index 87688dbe5b..3cd6dac00d 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -72,6 +72,16 @@ contents: - id: BoxSurvivalMedical +- type: entity + noSpawn: true + parent: ClothingBackpackSatchelMedical + id: ClothingBackpackSatchelParamedicFilled + components: + - type: StorageFill + contents: + - id: BoxSurvivalMedical + - id: EmergencyRollerBedSpawnFolded + - type: entity noSpawn: true parent: ClothingBackpackSatchelCaptain diff --git a/Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml b/Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml index a977ace343..a8588006b9 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml @@ -22,11 +22,11 @@ id: ParamedicGear equipment: jumpsuit: ClothingUniformJumpsuitParamedic - back: ClothingBackpackMedicalFilled - shoes: ClothingShoesColorWhite + back: ClothingBackpackParamedicFilled + shoes: ClothingShoesColorBlue id: ParamedicPDA ears: ClothingHeadsetMedical belt: ClothingBeltParamedicFilled innerClothingSkirt: ClothingUniformJumpskirtParamedic - satchel: ClothingBackpackSatchelMedicalFilled - duffelbag: ClothingBackpackDuffelMedicalFilled + satchel: ClothingBackpackSatchelParamedicFilled + duffelbag: ClothingBackpackDuffelParamedicFilled