diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml index 002a697bb0..9291becc8f 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -7,6 +7,15 @@ contents: - id: BoxSurvival +- type: entity + noSpawn: true + parent: ClothingBackpackSatchelLeather + id: ClothingBackpackSatchelLeatherFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + - type: entity noSpawn: true parent: ClothingBackpackSatchel diff --git a/Resources/Prototypes/Loadouts/Jobs/common.yml b/Resources/Prototypes/Loadouts/Jobs/common.yml index 89bd7c8433..931d85b89d 100644 --- a/Resources/Prototypes/Loadouts/Jobs/common.yml +++ b/Resources/Prototypes/Loadouts/Jobs/common.yml @@ -359,7 +359,7 @@ - type: startingGear id: CommonSatchelLeather equipment: - back: ClothingBackpackSatchelLeather + back: ClothingBackpackSatchelLeatherFilled # Mask @@ -465,12 +465,13 @@ equipment: belt: ClothingBeltUtility -# Inhands +# Job trinkets - type: itemLoadout id: Cane equipment: Cane - type: startingGear id: Cane - equipment: - belt: Cane + storage: + back: + - Cane diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index d693a90bf1..0407c9781b 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -734,8 +734,8 @@ - BootsWinter - type: loadoutGroup # WD - id: InhandCane - name: loadout-group-inhand + id: ItemCane + name: loadout-group-job-trinkets minLimit: 0 loadouts: - Cane diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index 3b874920b7..eb9415617b 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -96,7 +96,7 @@ - CommonBackpack - CommonShoes # WD - LibrarianPDA - - InhandCane + - ItemCane # WD - Trinkets - type: roleLoadout