This commit is contained in:
Vegapnk 2024-07-01 14:32:53 +02:00
parent 92e917f473
commit 0190be4392
12 changed files with 396 additions and 7 deletions

View file

@ -43,7 +43,7 @@ namespace RJW_Genes
{
return Toils_General.Do(delegate
{
if (this.pawn.interactions.TryInteractWith(this.Target, ThoughtDefOf.rjw_genes_flirt))
if (this.pawn.interactions.TryInteractWith(this.Target, VariousDefOf.rjw_genes_flirt))
{
Need_Sex need_Sex = this.Target.needs.TryGetNeed<Need_Sex>();
need_Sex.CurLevel += -0.01f;