You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 1.4 Verse.GenRecipe:MakeRecipeProducts used to set the poisoned flag for food, in 1.5 this is no longer done at this location.
This prevents the Patch from functioning.
The logic now resides in RimWorld.CompFoodPoisonable:Notify_RecipeProduced
we likey have to alter some of the core logic as we nolonger have access to the billGiver for the recipe, instead only the pawn
The text was updated successfully, but these errors were encountered:
reported by
Batat
on DiscordOur Patch https://github.com/zymex22/Project-RimFactory-Revived/blob/master/Source/ProjectRimFactory/Common/HarmonyPatches/Patch_GenRecipe_MakeRecipeProducts_foodPoisoning.cs#L30C25-L30C73 is outdatd as of 1.5
In 1.4
Verse.GenRecipe:MakeRecipeProducts
used to set the poisoned flag for food, in 1.5 this is no longer done at this location.This prevents the Patch from functioning.
The logic now resides in
RimWorld.CompFoodPoisonable:Notify_RecipeProduced
we likey have to alter some of the core logic as we nolonger have access to the billGiver for the recipe, instead only the pawn
The text was updated successfully, but these errors were encountered: