This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
chemicalcrux
/
stroll
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
11
Вики
Activity
Преглед изворни кода
Removerd some console log statements
tags/v1.0.0
Fen Dweller
пре 6 година
родитељ
d2c1c80254
комит
4747e7723c
2 измењених фајлова
са
1 додато
и
4 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
game.js
+0
-4
recursive-macro.js
+ 1
- 0
game.js
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -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);
}
Write
Preview
Loading…
Откажи
Сачувај