mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
ideology compatibility
This commit is contained in:
parent
bc23c0d62f
commit
61fa2feb26
6 changed files with 51 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace RJW_Events
|
|||
|
||||
List<Pawn> targets = LordUtility.GetLord(pawn).ownedPawns.Where((Pawn p) => {
|
||||
|
||||
if(p?.mindState?.duty == null)
|
||||
if(p?.mindState?.duty == null && p.mindState.duty.def != OrgyDutyDefOf.Orgy)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue