1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-23 23:47:00 +00:00

offscreen fire heating Icy up was buggy -- removing

This commit is contained in:
Zeno Rogue 2017-09-03 00:56:14 +02:00
parent 5e0afffb63
commit 7a6ed68653

View File

@ -1776,7 +1776,6 @@ namespace heat {
HEAT(c) = 0; HEAT(c) = 0;
else { else {
HEAT(c) *= 1 - rate/10; HEAT(c) *= 1 - rate/10;
if(isFire(c)) HEAT(c) += purehepta ? 5.2 : 4;
offscreen2.push_back(c); offscreen2.push_back(c);
} }
} }