mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-10 10:24:06 +00:00
heat in Eclectic
This commit is contained in:
parent
7e75c28fc1
commit
a1eab8d183
@ -2001,7 +2001,7 @@ EX namespace heat {
|
|||||||
|
|
||||||
EX double absheat(cell *c) {
|
EX double absheat(cell *c) {
|
||||||
if(c->land == laCocytus) return HEAT(c) -.6;
|
if(c->land == laCocytus) return HEAT(c) -.6;
|
||||||
if(c->land == laIce || c->land == laBlizzard) return HEAT(c) -.4;
|
if(c->land == laIce || c->land == laBlizzard || c->land == laEclectic) return HEAT(c) -.4;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user