-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Mutant Organs cook incorrectly #52166
Comments
Long ago, all internal organs were offal, and cooked offal also existed. Later, offal was divided into lung, liver, etc. it seems that offal will not be produced in the game, so the recipe of cooked offal was deleted (but raw offal and cooked offal are still retained). I will add a 3L glass jar to the pickled offal recipe and add a recipe for cooking bug organs. But I can't modify their nutrients. This mistake looks like #52287 . |
…have parasites
I just wrote a commit fixing mutant bug organs so they no longer have parasites after being cooked (I decided to write this in here, rather than starting a separate issue, because it's related to @kwl01skz 's fix. :) |
Confirmed. I have butchered a giant ant (id: mon_ant) and got the "mutant organs" item. I then used it to cook "cooked mutant bug organs". The result did not report as toxic.
|
Same issue as in #35573. It enherits the NUTRIENT_OVERRIDE flags. The fix should be the same, so adding the |
Describe the bug
Mutant Organs (from bugs) cook like regular meat, inheriting the calories and vitamins (and lack of toxins) of regular meat but still having the "gross mutant meat" -5 morale tag. Though it cannot be cooked on its own like other organs, which itself is also an issue, its strange properties can be observed by making canned or pickled offal. (On an unrelated note there is no 3L variant of pickled offal unlike most other canning and pickling options). Upon being crafted into canned or pickled "offal", the resulting item has the same calories and vitamins of cooked meat (except for being "unappetizing mutant meat") and says it is made of cooked meat, although it occasionally produces results with half the calories. This is likely because it copies from Offal, an obsolete food that copies from regular meat, but I don't know exactly how the cooking system works under the hood.
Steps To Reproduce
Expected behavior
Mutant Organs should have their own "cooked" version, and properly translate into various prepared versions.
Screenshots
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
No Fungal Growth [no_fungal_growth],
Bionic Professions [package_bionic_professions],
Graphical Overmap [Graphical_Overmap],
Blaze Industries [blazeindustries]
]
Additional context
No response
The text was updated successfully, but these errors were encountered: