Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoupFix #2495

Merged
merged 1 commit into from
Jan 19, 2025
Merged

SoupFix #2495

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 30
maxVol: 35 #SS220-SoupFix
reagents:
- ReagentId: Nutriment
Quantity: 10
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# When adding new food also add to random spawner located in Resources\Prototypes\Entities\Markers\Spawners\Random\Food_Drinks\food_meal.yml

- type: entity
parent: FoodBase
parent: FoodInjectableBase #SS220-SoupFix
id: FoodBowlBase
abstract: true
components:
Expand Down
Loading