diff --git a/game.js b/game.js index dd778f7..0a3aed4 100644 --- a/game.js +++ b/game.js @@ -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);