| @@ -3761,6 +3761,7 @@ function breath(type, style) | |||||
| let sound = getSound("breath", preyMass); | let sound = getSound("breath", preyMass); | ||||
| update([sound, line, linesummary, newline]); | update([sound, line, linesummary, newline]); | ||||
| add_victim_people("breath-" + type, prey); | add_victim_people("breath-" + type, prey); | ||||
| macro.arouse(5); | macro.arouse(5); | ||||
| @@ -494,8 +494,6 @@ function flatten(thing) { | |||||
| let list = []; | let list = []; | ||||
| Object.entries(dict).forEach(function([key, val]) { | Object.entries(dict).forEach(function([key, val]) { | ||||
| console.log(key); | |||||
| console.log(things[key]) | |||||
| let obj = new things[key](val); | let obj = new things[key](val); | ||||
| obj.contents = []; | obj.contents = []; | ||||
| @@ -503,8 +501,6 @@ function flatten(thing) { | |||||
| list.push(obj); | list.push(obj); | ||||
| }); | }); | ||||
| console.log(list); | |||||
| return new Container(list); | return new Container(list); | ||||
| } | } | ||||