Skip to content

Commit

Permalink
Merge pull request #22
Browse files Browse the repository at this point in the history
Various Chemistry Jug Fixes
  • Loading branch information
Cheackraze committed Jul 12, 2023
2 parents 8bb7ac2 + f581e3f commit 9ee9489
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ ent-CrateVendingMachineRestockDiscountDans = { ent-CrateVendingMachineRestockDis
.desc = { ent-CrateVendingMachineRestockDiscountDansFilled.desc }
ent-CrateVendingMachineRestockDonut = { ent-CrateVendingMachineRestockDonutFilled }
.desc = { ent-CrateVendingMachineRestockDonutFilled.desc }
.desc = { ent-CrateVendingMachineRestockDonutFilled.desc }
ent-CrateVendingMachineRestockChemVend = { ent-CrateVendingMachineRestockChemVendFilled }
.desc = { CrateVendingMachineRestockChemVendFilled.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ ent-CrateVendingMachineRestockDiscountDansFilled = Discount Dans restock crate
.desc = Contains a restock box for a Discount Dan's dispenser.
ent-CrateVendingMachineRestockDonutFilled = Donut restock crate
.desc = Contains a restock box for a Monkin' Donuts dispenser.
.desc = Contains a restock box for a Monkin' Donuts dispenser.
ent-CrateVendingMachineRestockChemVendFilled = ChemVend restock crate
.desc = Contains a restock box for the ChemVend.
8 changes: 8 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Crates/chemistry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
amount: 1
- id: JugSilicon
amount: 1
- id: JugNitrogen
amount: 1
- id: JugOxygen
amount: 1

- type: entity
id: CrateChemistryS
Expand All @@ -37,6 +41,10 @@
amount: 1
- id: JugRadium
amount: 1
- id: JugSugar
amount: 1
- id: JugEthanol
amount: 1

- type: entity
id: CrateChemistryD
Expand Down

0 comments on commit 9ee9489

Please sign in to comment.