mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Penis Hypergrowth also makes pawn hypersexual
This commit is contained in:
parent
d4e90f6762
commit
051f67af55
1 changed files with 5 additions and 0 deletions
|
@ -101,6 +101,11 @@ namespace RJW_Genes
|
||||||
hybridsThoughts = HediffMaker.MakeHediff(HediffDefOf.rjw_genes_evergrowth_sideeffect, pawn);
|
hybridsThoughts = HediffMaker.MakeHediff(HediffDefOf.rjw_genes_evergrowth_sideeffect, pawn);
|
||||||
hybridsThoughts.Severity = 0.1f;
|
hybridsThoughts.Severity = 0.1f;
|
||||||
pawn.health.AddHediff(hybridsThoughts);
|
pawn.health.AddHediff(hybridsThoughts);
|
||||||
|
|
||||||
|
if (!xxx.is_nympho(pawn))
|
||||||
|
{
|
||||||
|
pawn.story.traits.GainTrait(new Trait(xxx.nymphomaniac));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue