diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/backpack.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/backpack.yml index 02d3dac53e..3d0687f3ad 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/backpack.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/backpack.yml @@ -24,7 +24,6 @@ - type: StorageFill contents: - name: BoxSurvival - - name: Stunbaton - name: Flash - type: entity diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/duffelbag.yml index 3a92d1f81a..baea083bfb 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/duffelbag.yml @@ -24,7 +24,6 @@ - type: StorageFill contents: - name: BoxSurvival - - name: Stunbaton - name: Flash - type: entity diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/satchel.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/satchel.yml index 0505ddeeb2..48eb3a9f0b 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/satchel.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/satchel.yml @@ -24,7 +24,6 @@ - type: StorageFill contents: - name: BoxSurvival - - name: Stunbaton - name: Flash - type: entity diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Crates/crate_types.yml b/Resources/Prototypes/Entities/Constructible/Storage/Crates/crate_types.yml index 774756c8d9..9e94d6636a 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Crates/crate_types.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Crates/crate_types.yml @@ -260,6 +260,7 @@ parent: CrateGeneric components: - type: AccessReader + access: [["Security"]] - type: SecureEntityStorage - type: Sprite sprite: Constructible/Storage/Crates/sec_gear.rsi @@ -288,6 +289,7 @@ parent: CrateGeneric components: - type: AccessReader + access: [["Engineering"]] - type: SecureEntityStorage - type: Sprite sprite: Constructible/Storage/Crates/engicrate_secure.rsi @@ -316,6 +318,7 @@ parent: CrateGeneric components: - type: AccessReader + access: [["Medical"]] - type: SecureEntityStorage - type: Sprite sprite: Constructible/Storage/Crates/medicalcrate_secure.rsi @@ -372,6 +375,7 @@ parent: CrateGeneric components: - type: AccessReader + access: [["Science"]] - type: SecureEntityStorage - type: Sprite sprite: Constructible/Storage/Crates/scicrate_secure.rsi @@ -400,6 +404,7 @@ parent: CrateGeneric components: - type: AccessReader + access: [["Engineering"]] - type: SecureEntityStorage - type: Sprite sprite: Constructible/Storage/Crates/plasma.rsi @@ -456,6 +461,7 @@ parent: CrateGeneric components: - type: AccessReader + access: [["Service"]] - type: SecureEntityStorage - type: Sprite sprite: Constructible/Storage/Crates/hydro_secure.rsi @@ -484,6 +490,7 @@ parent: CrateGeneric components: - type: AccessReader + access: [["Security"]] - type: SecureEntityStorage - type: Sprite sprite: Constructible/Storage/Crates/weapon.rsi