Merge branch 'main' of https://git.ra3battle.cn/Kalospacer/WulaFallenEmpireRW
# Conflicts: # 1.6/Assemblies/WulaFallenEmpire.dll # Source/WulaFallenEmpire/.vs/WulaFallenEmpire/v17/.suo
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
},
|
||||
{
|
||||
"path": "../../../3256974620"
|
||||
},
|
||||
{
|
||||
"path": "../../../2953846705"
|
||||
},
|
||||
{
|
||||
"path": "../../../1635901197"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
|
||||
@@ -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))
|
||||
if (!(t is Pawn prisoner) || !ShouldTakeCareOfPrisoner(pawn, prisoner) || prisoner.def.defName != "WulaSpecies")
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user