cseelhoff / RimThreaded

RimThreaded is a RimWorld mod designed to enable RimWorld to utilize multiple threads.
MIT License
116 stars 20 forks source link

(Temporary) fix for pawns not performing surgery #758

Open BlackJack1155 opened 2 years ago

BlackJack1155 commented 2 years ago

DoBillsMedicalHumanOperation and DoBillsMedicalAnimalOperation both fall under the ThingRequestGroup.PotentialBillGiver, but require a pawn to be added to the resulting "thing" variable. from what I was able to gather this is not handled by the GenClosest_Patch.ClosestThingRequestGroup.

BlackJack1155 commented 2 years ago

added patch for map generation