mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
hid exception throw for foodutility ref
This commit is contained in:
parent
25fba08b2d
commit
887bb7a475
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -17,7 +17,7 @@ namespace CRIALactation
|
|||
[HarmonyPatch(typeof(FoodUtility), "AddThoughtsFromIdeo")]
|
||||
public static void AddThoughtsFromIdeo_Patch(HistoryEventDef eventDef, Pawn ingester, ThingDef foodDef, MeatSourceCategory meatSourceCategory)
|
||||
{
|
||||
throw new NotImplementedException("thoughts from ideo wasn't implemented!");
|
||||
//throw new NotImplementedException("thoughts from ideo wasn't implemented!");
|
||||
}
|
||||
|
||||
[HarmonyPatch(typeof(FoodUtility), "ThoughtsFromIngesting")]
|
||||
|
|
Loading…
Reference in a new issue