修维护仓治一半 掉血弹窗

This commit is contained in:
2025-08-16 18:05:54 +08:00
parent e3117cb76e
commit 82bce7932b
3 changed files with 1 additions and 13 deletions

View File

@@ -270,8 +270,7 @@ namespace WulaFallenEmpire
}
else
{
Log.Warning($"[WulaPodDebug] EjectPawn aborted: No valid map found.");
return;
Log.Error($"[WulaPodDebug] EjectPawn FAILED: No valid map found to eject {occupant.LabelShortCap}. The pawn will be lost.");
}
// Additional logic to handle occupant if needed

View File

@@ -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;
}
}
}
}