This website works better with JavaScript.
首頁
探索
說明
登入
clonk2u
/
feast-classic
複製自
chemicalcrux/feast-classic
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
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…
取消
儲存