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:
parent
5e0afffb63
commit
7a6ed68653
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user