Fen Dweller 6 лет назад
Родитель
Сommit
4dc495622d
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 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) {


Загрузка…
Отмена
Сохранить