mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
Simplified virginity checks
Updated names in the SexHistoryComp
This commit is contained in:
parent
67c2328ad6
commit
ab485c677f
7 changed files with 83 additions and 86 deletions
|
@ -104,13 +104,13 @@ namespace RJWSexperience.SexHistory
|
|||
recentSexTickAbs = GenTicks.TicksAbs;
|
||||
}
|
||||
|
||||
public void RecordSatisfaction(SexProps props, float satisfaction)
|
||||
public void RecordOrgasm(xxx.rjwSextype sextype, float satisfaction)
|
||||
{
|
||||
orgasms++;
|
||||
|
||||
if (satisfaction > bestSatisfaction)
|
||||
{
|
||||
bestSextype = props.sexType;
|
||||
bestSextype = sextype;
|
||||
bestSatisfaction = satisfaction;
|
||||
bestSexTickAbs = GenTicks.TicksAbs;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue