make solid plasma come in plasma crates (#19501)
This commit is contained in:
parent
2583c87525
commit
5a4ec878ce
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
- type: entity
|
||||
id: CrateMaterialPlasma
|
||||
parent: CrateGenericSteel
|
||||
parent: CratePlasma
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@
|
|||
- type: Sprite
|
||||
sprite: Structures/Storage/Crates/plasma.rsi
|
||||
- type: AccessReader
|
||||
access: [["Engineering"]]
|
||||
access: [["Engineering"], ["Research"], ["Chemistry"]]
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseSecure
|
||||
|
|
|
|||
Loading…
Reference in New Issue