hid exception throw for foodutility ref

This commit is contained in:
c0ffee 2021-11-28 15:02:51 -08:00
parent 25fba08b2d
commit 887bb7a475
2 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,7 @@ namespace CRIALactation
[HarmonyPatch(typeof(FoodUtility), "AddThoughtsFromIdeo")] [HarmonyPatch(typeof(FoodUtility), "AddThoughtsFromIdeo")]
public static void AddThoughtsFromIdeo_Patch(HistoryEventDef eventDef, Pawn ingester, ThingDef foodDef, MeatSourceCategory meatSourceCategory) 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")] [HarmonyPatch(typeof(FoodUtility), "ThoughtsFromIngesting")]