修医生抢喂食工作

This commit is contained in:
2025-07-24 12:02:34 +08:00
parent f4d6f35185
commit 21b9ec45f6
7 changed files with 44 additions and 29 deletions

View File

@@ -51,7 +51,7 @@ namespace WulaFallenEmpire
return false;
}
if (!pawn.CanReserve(prisoner, 1, -1, null, forced))
if (!pawn.CanReserveAndReach(prisoner, PathEndMode.Touch, Danger.Deadly, 1, -1, null, forced))
{
return false;
}