WhatTheHack icon indicating copy to clipboard operation
WhatTheHack copied to clipboard

fixes for NullReferenceExceptions

Open NoirFry opened this issue 4 years ago • 1 comments

Quick fixes for #48 #47 #46 Built and tested with Harmony, Core, Royalty, HugsLib.

NoirFry avatar Jun 20 '20 08:06 NoirFry

Sorry for my late response, I never accepted this PR because of the following line:

if (pawn.psychicEntropy == null) { pawn.psychicEntropy = new Pawn_PsychicEntropyTracker(pawn); }

I don't like that the mechs would get a tracker they don't need as it can potentially cause mod conflicts.

rheirman avatar Feb 26 '21 08:02 rheirman