mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
Fix rape history recording
This commit is contained in:
parent
527da1ac0f
commit
fabfa366a5
1 changed files with 2 additions and 5 deletions
|
@ -758,19 +758,16 @@ namespace RJWSexperience
|
||||||
totalsexhad++;
|
totalsexhad++;
|
||||||
if (props.isRape)
|
if (props.isRape)
|
||||||
{
|
{
|
||||||
RJWUtility.DetermineGiversAndReceivers(props, out Pawn giver, out Pawn receiver);
|
if (partner == props.interactionInitiator)
|
||||||
|
|
||||||
if (partner == giver)
|
|
||||||
{
|
{
|
||||||
rapedme++;
|
rapedme++;
|
||||||
}
|
}
|
||||||
else if (partner == receiver)
|
else if (partner == props.interactionRecipient)
|
||||||
{
|
{
|
||||||
raped++;
|
raped++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
recentsextickabs = GenTicks.TicksAbs;
|
recentsextickabs = GenTicks.TicksAbs;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void RecordSatisfaction(SexProps props, float satisfaction)
|
public void RecordSatisfaction(SexProps props, float satisfaction)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue