RimWorld

RimWorld

[A16] Psychology
Orion 9 Apr, 2017 @ 12:56am
Compatibility with Hospitality
Hello Word Mule!

In my latest update I have addressed the conflict between Hospitality and Psychology. It does require a tiny amount of effort on your side, though.

You are currently detouring Pawn_RelationsTracker.Notify_RescuedBy. To make this work you'll have to create a Detour Fallback for said method that checks if Hospitality is already loaded, and if so, will not throw an error.
Hospitality now copies the behavior of Psychology's Notify_RescuedBy, so if Hospitality is loaded, Psychology does not have to detour it anymore. Should you change the functionality of your detour, please let me know.

Best,
Orion