diff --git a/project/Aki.Custom/Patches/PmcFirstAidPatch.cs b/project/Aki.Custom/Patches/PmcFirstAidPatch.cs index 5ebe26f..6e96d0f 100644 --- a/project/Aki.Custom/Patches/PmcFirstAidPatch.cs +++ b/project/Aki.Custom/Patches/PmcFirstAidPatch.cs @@ -33,7 +33,7 @@ namespace Aki.Custom.Patches healthController.RemoveNegativeEffects(EBodyPart.RightArm); } - return false; // skip original + return true; // Do original } } }