# Conflicts:
#	1.6/Assemblies/WulaFallenEmpire.dll
#	Source/WulaFallenEmpire/.vs/WulaFallenEmpire/v17/.suo
This commit is contained in:
2025-07-24 02:50:03 +08:00
2 changed files with 7 additions and 1 deletions

View File

@@ -10,6 +10,12 @@
}, },
{ {
"path": "../../../3256974620" "path": "../../../3256974620"
},
{
"path": "../../../2953846705"
},
{
"path": "../../../1635901197"
} }
], ],
"settings": {} "settings": {}

View File

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