浏览代码

Weaken the fill a bit

master
Fen Dweller 5 年前
父节点
当前提交
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) {
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) {
macro.femcumStorage.amount += macro.femcumStorage.limit * 0.03 * remaining / max;
macro.femcumStorage.amount += macro.femcumStorage.limit * 0.02 * remaining / max;
}

if (remaining > 0) {


正在加载...
取消
保存