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
Prey are only mentioned in scat if they have it enabled
tags/v0.2.8
Fen Dweller
7 anos atrás
pai
8345b1045b
commit
9647beda49
2 arquivos alterados
com
3 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
+1
-0
customs.js
+2
-1
vore.js
+ 1
- 0
customs.js
Ver arquivo
@@ -27,6 +27,7 @@ function Geta() {
this.struggles.push(new rub(this));
this.prefs.scat = false;
this.prefs.analVore = false;
}
+ 2
- 1
vore.js
Ver arquivo
@@ -330,7 +330,8 @@ function WasteContainer(name) {
};
this.finish = function(prey) {
this.contents.push(prey);
if (prey.prefs.scat)
this.contents.push(prey);
};
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar