make solid plasma come in plasma crates (#19501)

This commit is contained in:
Nemanja
2023-08-24 22:50:41 -04:00
committed by GitHub
parent 2583c87525
commit 5a4ec878ce
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@
- type: entity - type: entity
id: CrateMaterialPlasma id: CrateMaterialPlasma
parent: CrateGenericSteel parent: CratePlasma
components: components:
- type: StorageFill - type: StorageFill
contents: contents:

View File

@@ -204,7 +204,7 @@
- type: Sprite - type: Sprite
sprite: Structures/Storage/Crates/plasma.rsi sprite: Structures/Storage/Crates/plasma.rsi
- type: AccessReader - type: AccessReader
access: [["Engineering"]] access: [["Engineering"], ["Research"], ["Chemistry"]]
- type: entity - type: entity
parent: CrateBaseSecure parent: CrateBaseSecure