Add 2 bottle boxes to chemistry lockers (#11298)

This commit is contained in:
Illiux
2022-09-15 06:17:32 -07:00
committed by GitHub
parent 473542b13c
commit 3722106cd4
4 changed files with 20 additions and 0 deletions

View File

@@ -28,6 +28,21 @@
- state: box
- state: pillbox
- type: entity
name: bottle box
parent: BoxCardboard
id: BoxBottle
description: A box full of bottles.
components:
- type: StorageFill
contents:
- id: ChemistryEmptyBottle01
amount: 6
- type: Sprite
layers:
- state: box
- state: bottle
- type: entity
name: sterile mask box
parent: BoxCardboard

View File

@@ -61,3 +61,5 @@
- id: BoxSyringe
- id: BoxBeaker
- id: BoxPillCanister
- id: BoxBottle
- id: BoxBottle

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

View File

@@ -34,6 +34,9 @@
{
"name": "sechud"
},
{
"name": "bottle"
},
{
"name": "box"
},