本網站在啟用 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 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
取消
儲存