diff --git a/mods/human_edit.js b/mods/human_edit.js index b0b490a8..5d35582a 100644 --- a/mods/human_edit.js +++ b/mods/human_edit.js @@ -257,11 +257,11 @@ if(enabledMods.includes(onTryMoveIntoMod)) { }; elements.head.tick = function(pixel) { //debugging: display panic through color and temp - pixel.temp = (pixel.panic * 100); + /*pixel.temp = (pixel.panic * 100); var spookyColor = Math.min(pixel.panic,1) * 255; var spookyColor2 = 255 - Math.max(pixel.panic-1, 0); - pixel.color = `rgb(${spookyColor},${spookyColor2},0)`; - //doHeat(pixel); + pixel.color = `rgb(${spookyColor},${spookyColor2},0)`;*/ + doHeat(pixel); doBurning(pixel); doElectricity(pixel); if (pixel.dead) {