Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Features "Functioning toasters"
Purpose of change
I noticed with cords added to the game microwaves now work but toasters don't.
Describe the solution
I did a little project to add functioning toasters to the game. They work similarly to microwaves or hotplates but are more limited. They can only be used to make a few food items: toast, cooked toaster pastries, cooked home made toaster pastries, and cooked toaster pastries with frosting. Though they are faster and more energy efficient at making these. They also can't be used to warm up food.
Describe alternatives you've considered
One issue is no food comes out of the toasters hot. I think this is tied to using "heat source" items in the recipes. Can't have the toaster be a heating item without it being useful for other things. Can't have the recipes require a heating item because that makes the toaster redundant.
Testing
Tested in debug mode on my computer in the tutorial room.
Additional context