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
This commit is contained in:
WlarusFromDaSpace
2021-02-12 13:48:19 +02:00
committed by GitHub
parent 86507791c0
commit 3a372c1b1c
4 changed files with 7 additions and 3 deletions

View File

@@ -24,7 +24,6 @@
- type: StorageFill
contents:
- name: BoxSurvival
- name: Stunbaton
- name: Flash
- type: entity

View File

@@ -24,7 +24,6 @@
- type: StorageFill
contents:
- name: BoxSurvival
- name: Stunbaton
- name: Flash
- type: entity

View File

@@ -24,7 +24,6 @@
- type: StorageFill
contents:
- name: BoxSurvival
- name: Stunbaton
- name: Flash
- type: entity

View File

@@ -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