このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
feast-classic
ウォッチ
1
スター
0
フォーク
1
コード
課題
0
プルリクエスト
0
リリース
2
Wiki
アクティビティ
ソースを参照
Press F to whack off
tags/v0.2.8
Fen Dweller
7年前
親
25f6142dfb
コミット
dd4fced962
2個のファイルの変更
、
8行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+7
-0
objects.js
+1
-1
vore.js
+ 7
- 0
objects.js
ファイルの表示
@@ -108,6 +108,13 @@ function Bed() {
updateDisplay();
}
});
this.actions.push({
"name": "Whack off",
"action": function() {
player.arousal = 100;
advanceTime(240);
}
});
}
function Journal() {
+ 1
- 1
vore.js
ファイルの表示
@@ -172,7 +172,7 @@ function Player(name = "Player") {
this.parts = {};
this.arousal = 0;
this.arousalRate = 100 / 86400 *
4
;
this.arousalRate = 100 / 86400 *
2
;
this.arousalLimit = function() {
return 100 * Math.sqrt(this.con / 15);
書き込み
プレビュー
読み込み中…
キャンセル
保存