build for RJW 5.0

This commit is contained in:
c0ffee 2022-08-02 20:22:55 -07:00
parent 7ac14dcdba
commit a6fd66f2e9
2 changed files with 0 additions and 9 deletions

Binary file not shown.

View File

@ -17,15 +17,6 @@ namespace RJW_Events
{
base.setup_ticks();
this.parteners.Add(base.Partner);
float num = xxx.get_sex_ability(base.Partner);
if (num < 0.8f)
{
this.ticks_between_thrusts += 120;
}
else if (num > 2f)
{
this.ticks_between_thrusts -= 30;
}
if (this.pawn.relations.OpinionOf(base.Partner) < 0)
{
this.ticks_between_hearts += 50;