瀏覽代碼

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…
取消
儲存