修维护仓治一半 掉血弹窗
This commit is contained in:
@@ -19,15 +19,4 @@ namespace WulaFallenEmpire
|
||||
}
|
||||
}
|
||||
|
||||
[HarmonyPatch(typeof(Hediff_Injury), "get_BleedRate")]
|
||||
public static class NoBloodForWula_BleedRate_Patch
|
||||
{
|
||||
public static void Postfix(Hediff_Injury __instance, ref float __result)
|
||||
{
|
||||
if (__instance.pawn.def.defName == "WulaSpecies")
|
||||
{
|
||||
__result = 0f;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user