소스 검색

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;


불러오는 중...
취소
저장