diff --git a/Source/Mods/HarvestOrgansPostMortem.cs b/Source/Mods/HarvestOrgansPostMortem.cs new file mode 100644 index 0000000..36025ba --- /dev/null +++ b/Source/Mods/HarvestOrgansPostMortem.cs @@ -0,0 +1,16 @@ +using Verse; + +namespace Multiplayer.Compat +{ + /// + /// Harvest Organs Post Mortem by Smuffle + /// + /// + /// + [MpCompatFor("Smuffle.HarvestOrgansPostMortem")] + public class HarvestOrgansPostMortem + { + public HarvestOrgansPostMortem(ModContentPack mod) + => PatchingUtilities.PatchSystemRand("Autopsy.NewMedicalRecipesUtility:TraverseBody"); + } +} \ No newline at end of file