Procházet zdrojové kódy

Lactation only runs if it is enabled AND breasts are enabled.

tags/v0.7.0
Fen Dweller před 7 roky
rodič
revize
77758aba98
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      game.js

+ 1
- 1
game.js Zobrazit soubor

@@ -902,7 +902,7 @@ let macro =
this.fillCum(this);
if (this.femaleParts)
this.fillFemcum(this);
if (this.lactationEnabled)
if (this.lactationEnabled && this.hasBreasts)
this.fillBreasts(this);
if (this.arousalEnabled)
this.quenchExcess(this);


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