Skip to content

Commit

Permalink
Fixed Veggie pizza slice having 40u of reagent space (#35343)
Browse files Browse the repository at this point in the history
* Fixed Veg pizza slice having 40u of reagent space

* Changed FoodPizzaVegetableSlice to hold 10u rather than 6u

* Fixed donk pocket slice having 50u reagent space.
  • Loading branch information
spderman3333 authored Feb 21, 2025
1 parent a9054c5 commit d6cc167
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 40
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 4
Expand Down Expand Up @@ -283,7 +283,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 50
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 4.5
Expand Down

0 comments on commit d6cc167

Please sign in to comment.