1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +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;
else {
HEAT(c) *= 1 - rate/10;
if(isFire(c)) HEAT(c) += purehepta ? 5.2 : 4;
offscreen2.push_back(c);
}
}