Fixed Veggie pizza slice having 40u of reagent space (#35343)

* 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.
This commit is contained in:
spderman3333
2025-02-20 20:50:30 -08:00
committed by GitHub
parent a9054c5e9c
commit d6cc167506

View File

@@ -226,7 +226,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 40
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 4
@@ -283,7 +283,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 50
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 4.5