このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
feast-classic
ウォッチ
1
スター
0
フォーク
1
コード
課題
0
プルリクエスト
0
リリース
2
Wiki
アクティビティ
ソースを参照
Prey are only mentioned in scat if they have it enabled
tags/v0.2.8
Fen Dweller
7年前
親
8345b1045b
コミット
9647beda49
2個のファイルの変更
、
3行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
customs.js
+2
-1
vore.js
+ 1
- 0
customs.js
ファイルの表示
@@ -27,6 +27,7 @@ function Geta() {
this.struggles.push(new rub(this));
this.prefs.scat = false;
this.prefs.analVore = false;
}
+ 2
- 1
vore.js
ファイルの表示
@@ -330,7 +330,8 @@ function WasteContainer(name) {
};
this.finish = function(prey) {
this.contents.push(prey);
if (prey.prefs.scat)
this.contents.push(prey);
};
}
書き込み
プレビュー
読み込み中…
キャンセル
保存