add 4 empty jugs to chem vend (#17994)

* add 4 empty jugs to chem vend

* a

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-07-12 19:38:14 +00:00
committed by GitHub
parent 577243ceb4
commit 2766471a6f
2 changed files with 3 additions and 2 deletions

View File

@@ -82,7 +82,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base state: base
product: CrateVendingMachineRestockChemVendFilled product: CrateVendingMachineRestockChemVendFilled
cost: 3500 cost: 3820
category: Medical category: Medical
group: market group: market

View File

@@ -1,6 +1,7 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: ChemVendInventory id: ChemVendInventory
startingInventory: startingInventory:
Jug: 4
JugAluminium: 2 JugAluminium: 2
JugCarbon: 2 JugCarbon: 2
JugChlorine: 2 JugChlorine: 2