LordJob and LordToil Fininished

Succubus will not when spawned rape target, and afterward will follow target. Succubus will target someone else at random or when target is unreachable or sleeping
This commit is contained in:
Shabakur 2023-01-16 17:16:25 +01:00
parent 84c4587a18
commit 7958f021b9
11 changed files with 270 additions and 4 deletions

View file

@ -1,6 +1,6 @@
using RimWorld;
using Verse;
using Verse.AI;
namespace RJW_Genes
{
[DefOf]
@ -92,6 +92,7 @@ namespace RJW_Genes
public static readonly XenotypeDef rjw_genes_succubus;
//Other Defs
public static readonly DutyDef rjw_genes_flirt;
}
}