diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml b/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml index 38c84cb8b4..75694428a5 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml @@ -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 diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml index 356d79fe22..b3ecf118bb 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml @@ -61,3 +61,5 @@ - id: BoxSyringe - id: BoxBeaker - id: BoxPillCanister + - id: BoxBottle + - id: BoxBottle diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/bottle.png b/Resources/Textures/Objects/Storage/boxes.rsi/bottle.png new file mode 100644 index 0000000000..02c8323b40 Binary files /dev/null and b/Resources/Textures/Objects/Storage/boxes.rsi/bottle.png differ diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/meta.json b/Resources/Textures/Objects/Storage/boxes.rsi/meta.json index 600f085c82..cc22369629 100644 --- a/Resources/Textures/Objects/Storage/boxes.rsi/meta.json +++ b/Resources/Textures/Objects/Storage/boxes.rsi/meta.json @@ -34,6 +34,9 @@ { "name": "sechud" }, + { + "name": "bottle" + }, { "name": "box" },