补推送

This commit is contained in:
2025-07-24 02:51:12 +08:00
parent 8fafcd6b1d
commit 5af0d5e81f
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ namespace WulaFallenEmpire
{
public override Job JobOnThing(Pawn pawn, Thing t, bool forced = false)
{
if (!(t is Pawn prisoner) || !ShouldTakeCareOfPrisoner(pawn, prisoner) || prisoner.def.defName != "WulaSpecies")
if (!(t is Pawn prisoner) || !ShouldTakeCareOfPrisoner(pawn, prisoner))
{
return null;
}