diff --git a/mods/randomness_but_tick.js b/mods/randomness_but_tick.js index 29f03b86..fa7fddb3 100644 --- a/mods/randomness_but_tick.js +++ b/mods/randomness_but_tick.js @@ -152,6 +152,7 @@ elements.agw = { //adjustable global warmer for (var j = 1; j < height; j++) { if (!isEmpty(i,j)) { pixelMap[i][j].temp = pixel.temp + doHeat(pixelMap[i][j]) } } }