Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Resources/Prototypes/Loadouts/Jobs/Medical/chemist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,15 @@
- type: loadout
id: ChemBag
equipment:
belt: ChemBag
belt: ChemBagFilled

- type: loadout
id: SeniorChemBag
effects:
- !type:GroupLoadoutEffect
proto: SeniorChemist
equipment:
belt: SeniorChemBag
belt: SeniorChemBagFilled

# Senior Bags
- type: loadout
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,7 @@
- ChemistEyewear
- ChemistBeaker
- ChemistLabeler
- ChemistBag # Omu
- SurvivalMedical
- Trinkets
- Animals
Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/_Omu/Catalog/Fills/Belts/belts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: entity
parent: SeniorChemBag
id: SeniorChemBagFilled
suffix: Filled
components:
- type: StorageFill
contents:
- id: Jug
- id: LargeBeaker
- id: Beaker
- id: BaseChemistryEmptyVial
- id: Syringe
Loading