Skip to content

Commit

Permalink
Increase soup maxVol to prevent spillage (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
arimah committed Mar 18, 2024
1 parent f5fcd41 commit 41b04a5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
maxVol: 30
reagents:
- ReagentId: Nutriment
Quantity: 8
Expand Down Expand Up @@ -621,7 +621,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 12
maxVol: 30
reagents:
- ReagentId: Nutriment
Quantity: 7
Expand Down Expand Up @@ -652,7 +652,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 12
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 1
Expand Down Expand Up @@ -680,7 +680,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
maxVol: 25
reagents:
- ReagentId: Nutriment
Quantity: 3
Expand Down Expand Up @@ -767,7 +767,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 12
maxVol: 25
reagents:
- ReagentId: Nutriment
Quantity: 5
Expand Down Expand Up @@ -796,7 +796,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 17
maxVol: 30
reagents:
- ReagentId: Nutriment
Quantity: 5
Expand Down Expand Up @@ -1136,7 +1136,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
maxVol: 30
reagents:
- ReagentId: Nutriment
Quantity: 10
Expand Down Expand Up @@ -1277,7 +1277,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 30
maxVol: 35
reagents:
- ReagentId: Nutriment
Quantity: 6
Expand Down

0 comments on commit 41b04a5

Please sign in to comment.