diff --git a/Resources/Prototypes/Loadouts/Jobs/Medical/chemist.yml b/Resources/Prototypes/Loadouts/Jobs/Medical/chemist.yml index 2ad4522de32..b7221fad494 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Medical/chemist.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Medical/chemist.yml @@ -172,7 +172,7 @@ - type: loadout id: ChemBag equipment: - belt: ChemBag + belt: ChemBagFilled - type: loadout id: SeniorChemBag @@ -180,7 +180,7 @@ - !type:GroupLoadoutEffect proto: SeniorChemist equipment: - belt: SeniorChemBag + belt: SeniorChemBagFilled # Senior Bags - type: loadout diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index 749e77eb0dc..ea6301f77ec 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -769,6 +769,7 @@ - ChemistEyewear - ChemistBeaker - ChemistLabeler + - ChemistBag # Omu - SurvivalMedical - Trinkets - Animals diff --git a/Resources/Prototypes/_Omu/Catalog/Fills/Belts/belts.yml b/Resources/Prototypes/_Omu/Catalog/Fills/Belts/belts.yml new file mode 100644 index 00000000000..d68e0d106ab --- /dev/null +++ b/Resources/Prototypes/_Omu/Catalog/Fills/Belts/belts.yml @@ -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