Skip to content

Commit

Permalink
Flour ops (#2502)
Browse files Browse the repository at this point in the history
* Update ingredients.yml

* Update ingredients.yml
  • Loading branch information
Stop-Signs authored Dec 22, 2024
1 parent fd4b6f8 commit 140024c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 50
maxVol: 100 # DeltaV - More reagents for chefs
- type: SolutionTransfer
# This is potentially badly-handled due to 'drink opening',
# but it lets the flour be tampered with, refilled, etc.
Expand Down Expand Up @@ -93,10 +93,10 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 50
maxVol: 100 # DeltaV - More reagents for chefs
reagents:
- ReagentId: Flour
Quantity: 50
Quantity: 100 # DeltaV - More reagents for chefs

- type: entity
parent: [ReagentPacketBase, ItemHeftyBase]
Expand Down Expand Up @@ -127,7 +127,7 @@
food:
reagents:
- ReagentId: Cornmeal
Quantity: 50
Quantity: 100 # DeltaV - More reagents for chefs

- type: entity
parent: ReagentPacketBase
Expand Down Expand Up @@ -158,7 +158,7 @@
food:
reagents:
- ReagentId: Rice
Quantity: 50
Quantity: 100 # DeltaV - More reagents for chefs

- type: entity
parent: ReagentPacketBase
Expand Down Expand Up @@ -189,7 +189,7 @@
food:
reagents:
- ReagentId: Sugar
Quantity: 50
Quantity: 100 # DeltaV - More reagents for chefs

- type: entity
parent: ReagentPacketBase
Expand Down

0 comments on commit 140024c

Please sign in to comment.