Tweaks doctor and CMO starting items (#6007)

This commit is contained in:
Rane
2022-01-03 02:38:37 -05:00
committed by GitHub
parent 605af88df7
commit 8049be06ad
4 changed files with 15 additions and 3 deletions

View File

@@ -34,7 +34,6 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: BoxSurvival - id: BoxSurvival
- id: MedkitFilled
- type: entity - type: entity
abstract: true abstract: true

View File

@@ -50,3 +50,16 @@
#- name: GrenadeChem #- name: GrenadeChem
#- name: GrenadeChem #- name: GrenadeChem
- id: FlashlightLantern - 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

View File

@@ -28,7 +28,7 @@
outerclothing: ClothingOuterCoatLabCmo outerclothing: ClothingOuterCoatLabCmo
id: CMOPDA id: CMOPDA
ears: ClothingHeadsetAltMedical ears: ClothingHeadsetAltMedical
belt: ClothingBeltMedical belt: ClothingBeltMedicalFilled
innerclothingskirt: ClothingUniformJumpskirtCMO innerclothingskirt: ClothingUniformJumpskirtCMO
satchel: ClothingBackpackSatchelMedicalFilled satchel: ClothingBackpackSatchelMedicalFilled
duffelbag: ClothingBackpackDuffelMedicalFilled duffelbag: ClothingBackpackDuffelMedicalFilled

View File

@@ -19,7 +19,7 @@
outerclothing: ClothingOuterCoatLab outerclothing: ClothingOuterCoatLab
id: MedicalPDA id: MedicalPDA
ears: ClothingHeadsetMedical ears: ClothingHeadsetMedical
belt: ClothingBeltMedical belt: ClothingBeltMedicalFilled
innerclothingskirt: ClothingUniformJumpskirtMedicalDoctor innerclothingskirt: ClothingUniformJumpskirtMedicalDoctor
satchel: ClothingBackpackSatchelMedicalFilled satchel: ClothingBackpackSatchelMedicalFilled
duffelbag: ClothingBackpackDuffelMedicalFilled duffelbag: ClothingBackpackDuffelMedicalFilled