Make microwave use recipe make_food proc.#31841
Open
alfalfascout wants to merge 1 commit intoParadiseSS13:masterfrom
Open
Make microwave use recipe make_food proc.#31841alfalfascout wants to merge 1 commit intoParadiseSS13:masterfrom
alfalfascout wants to merge 1 commit intoParadiseSS13:masterfrom
Conversation
CRUNCH-Borg
reviewed
Apr 5, 2026
CRUNCH-Borg
approved these changes
Apr 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What Does This PR Do
Changes
kitchen_machinelogic to use arecipedatum'smake_food()proc instead of rolling its own. Also, changes the basekitchen_machine's description toABSTRACT_TYPE_DESCwhile I'm in the neighborhood.Why It's Good For The Game
I want to add microwave recipes that do something interesting, and it's kind of a headache when the microwave ignores the recipe's make procs.
Testing
Microwaved a donk pocket and received a warm donk pocket. Remicrowaved a previously warmed donk pocket and received a warm donk pocket. Microwaved a brain and it disappeared. These are the only 3 recipes that use this logic.
Declaration
Changelog
NPFC