From 3a372c1b1c01f37e8257a823098c0307d113bc19 Mon Sep 17 00:00:00 2001 From: WlarusFromDaSpace <44726328+WlarusFromDaSpace@users.noreply.github.com> Date: Fri, 12 Feb 2021 13:48:19 +0200 Subject: [PATCH] Removed unnecessary stunbatons and added security restrictions to secure crates (#3162) * Remved stunbaton from security backpack. * Added access requirements. * Removed stunbatons from duffelbag and satchel --- .../Catalog/Fills/Backpacks/Starter Gear/backpack.yml | 1 - .../Catalog/Fills/Backpacks/Starter Gear/duffelbag.yml | 1 - .../Catalog/Fills/Backpacks/Starter Gear/satchel.yml | 1 - .../Entities/Constructible/Storage/Crates/crate_types.yml | 7 +++++++ 4 files changed, 7 insertions(+), 3 deletions(-) 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