Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
clonk2u
/
stroll
geforked van
chemicalcrux/stroll
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Lactation only runs if it is enabled AND breasts are enabled.
tags/v0.7.0
Fen Dweller
8 jaren geleden
bovenliggende
ca727d32f8
commit
77758aba98
1 gewijzigde bestanden
met
toevoegingen van 1
en
1 verwijderingen
Zij-aan-zij weergave
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
game.js
+ 1
- 1
game.js
Bestand weergeven
@@ -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);
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan