ソースを参照

Weaken the fill a bit

master
Fen Dweller 6年前
コミット
4dc495622d
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E80B35A6F11C3656
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      game.js

+ 2
- 2
game.js ファイルの表示

@@ -4378,10 +4378,10 @@ function magic_fill_sexual() {


function macro_fill_sexual_execute(remaining, max) { function macro_fill_sexual_execute(remaining, max) {
if (macro.maleParts) { if (macro.maleParts) {
macro.cumStorage.amount += macro.cumStorage.limit * 0.03 * remaining / max;
macro.cumStorage.amount += macro.cumStorage.limit * 0.02 * remaining / max;
} }
if (macro.femaleParts) { if (macro.femaleParts) {
macro.femcumStorage.amount += macro.femcumStorage.limit * 0.03 * remaining / max;
macro.femcumStorage.amount += macro.femcumStorage.limit * 0.02 * remaining / max;
} }


if (remaining > 0) { if (remaining > 0) {


読み込み中…
キャンセル
保存