Allow Prisoners To Eat Corpses
Prisoners should be able to be feed corpses and other food items at normal hunger levels (~20%). Compatible with Complex Jobs.
# Mod Compatibility
Mod/update compatiblity should be very high.
Prefix patches `FoodUtility.TryFindBestFoodSourceFor` and sets `desperate` and `allowCorpse` if `eater` is a prisoner. Only refers to those arguments. Does not change `allowSociallyImproper`, `allowVenerated`, `allowForbidden`, `allowHarvest`, or others from default.
`desperate` is needed else the game claims there is no food available/crashes. As a result prisoners might also eat leaves or beer or other stuff for food earlier than normal.
TODO: Do prisoners have `desperate` and `allowCorpse` set forever after being recruited?
TODO: Does `desperate` allow wardens to feed them anything regardless of food policies?