This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
clonk2u
/
feast-classic
изданак од
chemicalcrux/feast-classic
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Press F to whack off
tags/v0.2.8
Fen Dweller
пре 8 година
родитељ
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…
Откажи
Сачувај