Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
chemicalcrux
/
feast-classic
Observar
1
Favorito
0
Fork
1
Código
Issues
0
Pull requests
0
Versões
2
Wiki
Atividade
Ver código fonte
Press F to whack off
tags/v0.2.8
Fen Dweller
8 anos atrás
pai
25f6142dfb
commit
dd4fced962
2 arquivos alterados
com
8 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+7
-0
objects.js
+1
-1
vore.js
+ 7
- 0
objects.js
Ver arquivo
@@ -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
Ver arquivo
@@ -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);
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar