diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/backpack.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/backpack.yml index 531f87843f..d117ed5ae2 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/backpack.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/backpack.yml @@ -34,7 +34,6 @@ - type: StorageFill contents: - id: BoxSurvival - - id: MedkitFilled - type: entity abstract: true diff --git a/Resources/Prototypes/Catalog/Fills/Items/belt.yml b/Resources/Prototypes/Catalog/Fills/Items/belt.yml index ff9cbd744a..23545c7c5d 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/belt.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/belt.yml @@ -50,3 +50,16 @@ #- name: GrenadeChem #- name: GrenadeChem - id: FlashlightLantern + +- type: entity + id: ClothingBeltMedicalFilled + parent: ClothingBeltMedical + suffix: Filled + components: + - type: StorageFill + contents: + - id: Brutepack + amount: 3 + - id: Ointment + amount: 3 + - id: EpinephrineMedipen #You never know what people are going to latejoin into diff --git a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml index 66c44f1610..496ed1d178 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml @@ -28,7 +28,7 @@ outerclothing: ClothingOuterCoatLabCmo id: CMOPDA ears: ClothingHeadsetAltMedical - belt: ClothingBeltMedical + belt: ClothingBeltMedicalFilled innerclothingskirt: ClothingUniformJumpskirtCMO satchel: ClothingBackpackSatchelMedicalFilled duffelbag: ClothingBackpackDuffelMedicalFilled diff --git a/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml b/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml index dcda6e53d8..a848e87bb9 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml @@ -19,7 +19,7 @@ outerclothing: ClothingOuterCoatLab id: MedicalPDA ears: ClothingHeadsetMedical - belt: ClothingBeltMedical + belt: ClothingBeltMedicalFilled innerclothingskirt: ClothingUniformJumpskirtMedicalDoctor satchel: ClothingBackpackSatchelMedicalFilled duffelbag: ClothingBackpackDuffelMedicalFilled