mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
14 lines
312 B
C#
14 lines
312 B
C#
using System;
|
|
using Verse;
|
|
using Verse.AI;
|
|
using rjw;
|
|
namespace RJW_Genes
|
|
{
|
|
public class LifeForceMentalStateWorker : MentalStateWorker
|
|
{
|
|
public override bool StateCanOccur(Pawn pawn)
|
|
{
|
|
return base.StateCanOccur(pawn) && (xxx.is_human(pawn) && JobGiver_LifeForce_RandomRape.can_rape(pawn));
|
|
}
|
|
}
|
|
}
|