mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
build for RJW 5.0
This commit is contained in:
parent
7ac14dcdba
commit
a6fd66f2e9
2 changed files with 0 additions and 9 deletions
Binary file not shown.
|
@ -17,15 +17,6 @@ namespace RJW_Events
|
||||||
{
|
{
|
||||||
base.setup_ticks();
|
base.setup_ticks();
|
||||||
this.parteners.Add(base.Partner);
|
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)
|
if (this.pawn.relations.OpinionOf(base.Partner) < 0)
|
||||||
{
|
{
|
||||||
this.ticks_between_hearts += 50;
|
this.ticks_between_hearts += 50;
|
||||||
|
|
Loading…
Reference in a new issue