Add 2 bottle boxes to chemistry lockers (#11298)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -61,3 +61,5 @@
|
||||
- id: BoxSyringe
|
||||
- id: BoxBeaker
|
||||
- id: BoxPillCanister
|
||||
- id: BoxBottle
|
||||
- id: BoxBottle
|
||||
|
||||
BIN
Resources/Textures/Objects/Storage/boxes.rsi/bottle.png
Normal file
BIN
Resources/Textures/Objects/Storage/boxes.rsi/bottle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 614 B |
@@ -34,6 +34,9 @@
|
||||
{
|
||||
"name": "sechud"
|
||||
},
|
||||
{
|
||||
"name": "bottle"
|
||||
},
|
||||
{
|
||||
"name": "box"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user