Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
feast-classic
Segui
1
Vota
0
Forka
1
Codice
Problemi
0
Pull Requests
0
Rilasci
2
Wiki
Attività
Sfoglia il codice sorgente
Press F to whack off
tags/v0.2.8
Fen Dweller
7 anni fa
parent
25f6142dfb
commit
dd4fced962
2 ha cambiato i file
con
8 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
objects.js
+1
-1
vore.js
+ 7
- 0
objects.js
Vedi File
@@ -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
Vedi File
@@ -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…
Annulla
Salva