Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
added a recipe for grape soda, 1 sugar, 1 grape juice, 1 soda water. …
Browse files Browse the repository at this point in the history
…added grape soda to emagged soda dispenser (space-wizards#1519)
  • Loading branch information
forkeyboards authored May 1, 2023
1 parent 5363a31 commit 0c64e70
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
- FourteenLoko
- Ephedrine
- Histamine
- GrapeSoda

- type: reagentDispenserInventory
id: BoozeDispenserEmagInventory
Expand Down
13 changes: 13 additions & 0 deletions Resources/Prototypes/Nyanotrasen/Recipes/Reactions/drink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,16 @@
amount: 2
products:
BubbleTea: 5

- type: reaction
id: GrapeSoda
reactants:
JuiceGrape:
amount: 1
SodaWater:
amount: 1
Sugar:
amount: 1
products:
GrapeSoda: 3

0 comments on commit 0c64e70

Please sign in to comment.