このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
stroll
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
11
Wiki
アクティビティ
ソースを参照
Lactation only runs if it is enabled AND breasts are enabled.
tags/v0.7.0
Fen Dweller
7年前
親
ca727d32f8
コミット
77758aba98
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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);
書き込み
プレビュー
読み込み中…
キャンセル
保存