mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Checked that Penis thoughts are only for adults
This commit is contained in:
parent
9e53ecd597
commit
c588939fa7
2 changed files with 5 additions and 1 deletions
|
@ -26,6 +26,8 @@ namespace RJW_Genes
|
|||
// Do nothing if Pawn is Baby or Child (#25)
|
||||
if (!pawn.ageTracker.Adult)
|
||||
return (ThoughtState)false;
|
||||
if (!other.ageTracker.Adult)
|
||||
return (ThoughtState)false;
|
||||
// Only check if they are spawned humans
|
||||
if (!pawn.Spawned || !other.Spawned)
|
||||
return (ThoughtState)false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue