소스 검색

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

tags/v0.7.0
Fen Dweller 7 년 전
부모
커밋
77758aba98
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      game.js

+ 1
- 1
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);


불러오는 중...
취소
저장