Преглед на файлове

Larger spurts

tags/v1.0.0
Fen Dweller преди 6 години
родител
ревизия
cdda54bb55
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      game.js

+ 2
- 2
game.js Целия файл

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

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

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

this.femcumStorage.amount -= spurt;


Loading…
Отказ
Запис