Hey Cupro, starting a new game with Prepare Carefully and it threw these errors when I was selecting my starting gear. The error log before is for AJO_BookRack,, but the same errors also happen for AJO_Bookshelf and _AJO_Bookcase:
Code Select
Prepare Carefully trying to calculate the cost of a ThingDef with null thingClass: AJO_BookRack
Verse.Log:Warning(String)
EdB.PrepareCarefully.CostCalculator:GetBaseThingCost(ThingDef, ThingDef)
EdB.PrepareCarefully.EquipmentDatabase:CreateEquipmentEntry(ThingDef, ThingDef, Gender, EquipmentType)
EdB.PrepareCarefully.EquipmentDatabase:CreateEquipmentEntry(ThingDef, ThingDef, EquipmentType)
EdB.PrepareCarefully.EquipmentDatabase:AddThingDef(ThingDef, EquipmentType)
EdB.PrepareCarefully.EquipmentDatabase:BuildEquipmentLists()
EdB.PrepareCarefully.EquipmentDatabase:.ctor()
EdB.PrepareCarefully.PrepareCarefully:Clear()
EdB.PrepareCarefully.PrepareCarefully:Initialize()
EdB.PrepareCarefully.HarmonyPatches:DoWindowContentsPostfix(Rect, Page_ConfigureStartingPawns)
RimWorld.Page_ConfigureStartingPawns:DoWindowContents_Patch1(Object, Rect)
Verse.<WindowOnGUI>c__AnonStorey0:<>m__0(Int32)
UnityEngine.GUI:CallWindowDelegate(WindowFunction, Int32, Int32, GUISkin, Int32, Single, Single, GUIStyle)