Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
chemicalcrux
/
stroll
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
11
Wiki
Atividade
Ver código fonte
Removerd some console log statements
tags/v1.0.0
Fen Dweller
6 anos atrás
pai
d2c1c80254
commit
4747e7723c
2 arquivos alterados
com
1 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
game.js
+0
-4
recursive-macro.js
+ 1
- 0
game.js
Ver arquivo
@@ -3761,6 +3761,7 @@ function breath(type, style)
let sound = getSound("breath", preyMass);
update([sound, line, linesummary, newline]);
add_victim_people("breath-" + type, prey);
macro.arouse(5);
+ 0
- 4
recursive-macro.js
Ver arquivo
@@ -494,8 +494,6 @@ function flatten(thing) {
let list = [];
Object.entries(dict).forEach(function([key, val]) {
console.log(key);
console.log(things[key])
let obj = new things[key](val);
obj.contents = [];
@@ -503,8 +501,6 @@ function flatten(thing) {
list.push(obj);
});
console.log(list);
return new Container(list);
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar