mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
offscreen fire heating Icy up was buggy -- removing
This commit is contained in:
parent
5e0afffb63
commit
7a6ed68653
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user