NoirFry

Results 3 comments of NoirFry

In PR #49 i added ```c# pawn.psychicEntropy = new Pawn_PsychicEntropyTracker(pawn); ``` in `Recipe_HackMechanoid.PostSuccessfulApply`. This will create `pawn.psychicEntropy` when a mechanoid is hacked. But now that i think about, it won't...

I check two others errors with only Harmony, Core, Royalty and Hugslib and they do appear. `RimWorld.Planet.TrySatisfyPawnNeeds` with `Pawn_PsychicEntropyTracker psychicEntropy = pawn.psychicEntropy;` was added with Royalty DLC, so this one...

Made PR #44 for NREs But 'not charging' is still an issue. Not sure about PR for that one, as i changed charging logic for myself a little. I don't...