diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/backpack.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/backpack.yml index 2b1fbcd9bb..02d3dac53e 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/backpack.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/backpack.yml @@ -65,6 +65,24 @@ contents: - name: BoxSurvival +- type: entity + abstract: true + parent: ClothingBackpackHydroponics + id: ClothingBackpackHydroponicsFilled + components: + - type: StorageFill + contents: + - name: BoxSurvival + +- type: entity + abstract: true + parent: ClothingBackpackMime + id: ClothingBackpackMimeFilled + components: + - type: StorageFill + contents: + - name: BoxSurvival + - type: entity abstract: true parent: ClothingBackpackChemistry diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/satchel.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/satchel.yml index a53b54fa07..0505ddeeb2 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/satchel.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/satchel.yml @@ -65,6 +65,15 @@ contents: - name: BoxSurvival +- type: entity + abstract: true + parent: ClothingBackpackSatchelHydroponics + id: ClothingBackpackSatchelHydroponicsFilled + components: + - type: StorageFill + contents: + - name: BoxSurvival + - type: entity abstract: true parent: ClothingBackpackSatchelChemistry diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index 614642b9e3..67ef75c4fa 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -96,7 +96,7 @@ - type: entity parent: ClothingBackpack - id: ClothingBackpackBotany + id: ClothingBackpackHydroponics name: botany backpack description: It's a backpack made of all-natural fibers. components: diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml b/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml index 462bb1d2f2..0320603fd3 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml @@ -16,11 +16,11 @@ id: BotanistGear equipment: innerclothing: ClothingUniformJumpsuitHydroponics - backpack: ClothingBackpackFilled + backpack: ClothingBackpackHydroponicsFilled shoes: ClothingShoesColorBrown idcard: BotanistPDA ears: ClothingHeadsetService outerclothing: ClothingOuterApronBotanist innerclothingskirt: ClothingUniformJumpskirtHydroponics - satchel: ClothingBackpackSatchelFilled + satchel: ClothingBackpackSatchelHydroponicsFilled duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml b/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml index 46ef1db39b..813f466790 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml @@ -21,4 +21,5 @@ pocket1: BikeHorn idcard: ClownPDA ears: ClothingHeadsetService + satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelClownFilled diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml index 23317a6123..1e8ed0e686 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml @@ -14,7 +14,7 @@ id: MimeGear equipment: innerclothing: ClothingUniformJumpsuitMime - backpack: ClothingBackpackFilled + backpack: ClothingBackpackMimeFilled head: ClothingHeadHatBeret belt: ClothingBeltSuspenders gloves: ClothingHandsGlovesLatex @@ -25,4 +25,5 @@ idcard: MimePDA ears: ClothingHeadsetService innerclothingskirt: ClothingUniformJumpskirtMime - + satchel: ClothingBackpackSatchelFilled + duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml index 7a89465e6d..788f3a6365 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml @@ -24,3 +24,4 @@ ears: ClothingHeadsetScience innerclothingskirt: ClothingUniformJumpskirtResearchDirector satchel: ClothingBackpackSatchelScienceFilled + duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Science/scientist.yml b/Resources/Prototypes/Roles/Jobs/Science/scientist.yml index e37628b019..7b4a14f302 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/scientist.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/scientist.yml @@ -22,3 +22,4 @@ ears: ClothingHeadsetScience innerclothingskirt: ClothingUniformJumpskirtScientist satchel: ClothingBackpackSatchelScienceFilled + duffelbag: ClothingBackpackDuffelFilled