diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml index 4142eae19c5..b02eed6ba11 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml @@ -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. @@ -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] @@ -127,7 +127,7 @@ food: reagents: - ReagentId: Cornmeal - Quantity: 50 + Quantity: 100 # DeltaV - More reagents for chefs - type: entity parent: ReagentPacketBase @@ -158,7 +158,7 @@ food: reagents: - ReagentId: Rice - Quantity: 50 + Quantity: 100 # DeltaV - More reagents for chefs - type: entity parent: ReagentPacketBase @@ -189,7 +189,7 @@ food: reagents: - ReagentId: Sugar - Quantity: 50 + Quantity: 100 # DeltaV - More reagents for chefs - type: entity parent: ReagentPacketBase