RimWorld

RimWorld

Immortals
Arkitekt 26 Feb, 2022 @ 2:38am
Quickening not triggering. Constant error being thrown.
Here's the text of the error that's being thrown.


System.NullReferenceException: Object reference not set to an instance of an object
at Verse.GridsUtility.GetThingList (Verse.IntVec3 c, Verse.Map map) [0x00000] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0
at Replace_Stuff.NewThing.NewThingReplacement.IsNewThingReplacement (Verse.ThingDef newDef, Verse.IntVec3 pos, Verse.Rot4 rotation, Verse.Map map, Verse.Thing& oldThing) [0x0001f] in <9fe3d30d78a04d999f6b41b4db363d85>:0
at Replace_Stuff.NewThing.TransferSettings.Prefix (Verse.Thing newThing, Verse.IntVec3 loc, Verse.Map map, Verse.Rot4 rot, System.Boolean respawningAfterLoad, Verse.Thing& __state) [0x00009] in <9fe3d30d78a04d999f6b41b4db363d85>:0
at (wrapper dynamic-method) Verse.GenSpawn.Verse.GenSpawn.Spawn_Patch4(Verse.Thing,Verse.IntVec3,Verse.Map,Verse.Rot4,Verse.WipeMode,bool)
at Verse.GenSpawn.Spawn (Verse.Thing newThing, Verse.IntVec3 loc, Verse.Map map, Verse.WipeMode wipeMode) [0x00008] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0
at Immortals.Immortal_Component.RezPawn (Verse.Pawn pawn) [0x001a0] in <dcdc8c97f93f4473ae6dfaf16d8f4176>:0
at Immortals.Immortal_Component.GameComponentUpdate () [0x001f4] in <dcdc8c97f93f4473ae6dfaf16d8f4176>:0
at Verse.GameComponentUtility.GameComponentUpdate () [0x00017] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.GameComponentUtility:GameComponentUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()