fun: moar healz

This commit is contained in:
cha0s 2019-04-28 22:46:16 -05:00
parent 1a5015f4b6
commit efa6af167e

View File

@ -461,7 +461,7 @@ for (let i = 0; i < 60; ++i) {
const y = Math.floor(Math.random() * (roomSize[1] - 100)) + 50;
roomJSON.layers.everything.entities.push(fireJSON([x * 4, y * 4]));
}
for (let i = 0; i < 1; ++i) {
for (let i = 0; i < 5; ++i) {
const x = Math.floor(Math.random() * (roomSize[0] - 100)) + 50;
const y = Math.floor(Math.random() * (roomSize[1] - 100)) + 50;
roomJSON.layers.everything.entities.push(blueFireJSON([x * 4, y * 4]));