-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a few exploits allowing safe consumption of mutant meat (#35573)
* Change cooked meat's copy-from value Cooked meat had "copy-from": "meat" which meant that it had by extension "cooks-like": "meat_cooked" which was causing weird behavior, like an exploit where mutant meat did not have negative effects if dehydrated before cooking. * Remove NUTRIENT_OVERRIDE from Several methods of meat preservation were removing toxins from food. This was because those foods were inheriting NUTRIENT_OVERRIDE, which was unnecessary thanks to the cooks-like property.
- Loading branch information
1 parent
11de18e
commit f69236d
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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