diff --git a/Resources/Prototypes/EstacaoPirata/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/EstacaoPirata/Catalog/Fills/Backpacks/StarterGear/backpack.yml new file mode 100644 index 000000000000..8e9022f668bd --- /dev/null +++ b/Resources/Prototypes/EstacaoPirata/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -0,0 +1,8 @@ +- type: entity + noSpawn: true + parent: ClothingBackpackBlueshield + id: ClothingBackpackBlueshieldFilled + components: + - type: StorageFill + contents: + - id: Flash \ No newline at end of file diff --git a/Resources/Prototypes/EstacaoPirata/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml b/Resources/Prototypes/EstacaoPirata/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml new file mode 100644 index 000000000000..b5e7252b0f14 --- /dev/null +++ b/Resources/Prototypes/EstacaoPirata/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml @@ -0,0 +1,8 @@ +- type: entity + noSpawn: true + parent: ClothingBackpackDuffelBlueshield + id: ClothingBackpackDuffelBlueshieldFilled + components: + - type: StorageFill + contents: + - id: Flash \ No newline at end of file diff --git a/Resources/Prototypes/EstacaoPirata/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/EstacaoPirata/Catalog/Fills/Backpacks/StarterGear/satchel.yml new file mode 100644 index 000000000000..32a9681b62e9 --- /dev/null +++ b/Resources/Prototypes/EstacaoPirata/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -0,0 +1,8 @@ +- type: entity + noSpawn: true + parent: ClothingBackpackSatchelBlueshield + id: ClothingBackpackSatchelBlueshieldFilled + components: + - type: StorageFill + contents: + - id: Flash \ No newline at end of file diff --git a/Resources/Prototypes/Roles/Jobs/Security/blueshield.yml b/Resources/Prototypes/Roles/Jobs/Security/blueshield.yml index c2c1fc73e54b..ae75df4e53c6 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/blueshield.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/blueshield.yml @@ -36,7 +36,7 @@ id: BlueshieldGear equipment: jumpsuit: ClothingUniformJumpsuitBlueshield - back: ClothingBackpackSecurityFilled + back: ClothingBackpackBlueshieldFilled shoes: ClothingShoesBootsCombatFilled head: ClothingHeadHatBeretBlueshield gloves: ClothingHandsGlovesCombat @@ -46,5 +46,5 @@ id: BlueshieldPDA ears: ClothingHeadsetAltSecurity innerclothingskirt: ClothingUniformJumpskirtHoP - satchel: ClothingBackpackSatchelSecurityFilled - duffelbag: ClothingBackpackDuffelSecurityFilled + satchel: ClothingBackpackSatchelBlueshieldFilled + duffelbag: ClothingBackpackDuffelBlueshieldFilled