Procházet zdrojové kódy

Weaken the fill a bit

master
Fen Dweller před 6 roky
rodič
revize
4dc495622d
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E80B35A6F11C3656
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      game.js

+ 2
- 2
game.js Zobrazit soubor

@@ -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) {


Načítá se…
Zrušit
Uložit