Selaa lähdekoodia

Larger spurts

tags/v1.0.0
Fen Dweller 7 vuotta sitten
vanhempi
commit
cdda54bb55
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      game.js

+ 2
- 2
game.js Näytä tiedosto

@@ -1445,7 +1445,7 @@ let macro =


if (spurt == this.cumVolume) { if (spurt == this.cumVolume) {
let excess = this.cumStorage.amount - this.cumVolume; let excess = this.cumStorage.amount - this.cumVolume;
spurt += excess / 5;
spurt += excess * 3 / 4;
} }
this.cumStorage.amount -= spurt; this.cumStorage.amount -= spurt;
male_orgasm(spurt, false); male_orgasm(spurt, false);
@@ -1462,7 +1462,7 @@ let macro =


if (spurt == this.femcumVolume) { if (spurt == this.femcumVolume) {
let excess = this.femcumStorage.amount - this.femcumVolume; let excess = this.femcumStorage.amount - this.femcumVolume;
spurt += excess / 5;
spurt += excess * 3 / 4;
} }


this.femcumStorage.amount -= spurt; this.femcumStorage.amount -= spurt;


Loading…
Peruuta
Tallenna