修维护仓治一半 掉血弹窗
This commit is contained in:
Binary file not shown.
@@ -270,8 +270,7 @@ namespace WulaFallenEmpire
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Log.Warning($"[WulaPodDebug] EjectPawn aborted: No valid map found.");
|
Log.Error($"[WulaPodDebug] EjectPawn FAILED: No valid map found to eject {occupant.LabelShortCap}. The pawn will be lost.");
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Additional logic to handle occupant if needed
|
// Additional logic to handle occupant if needed
|
||||||
|
|||||||
@@ -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