1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 09:57:41 +00:00

adapted most new lands for Shmup and some other modes

This commit is contained in:
Zeno Rogue
2017-10-11 22:16:07 +02:00
parent 2fd8f6b339
commit 343d0719b1
7 changed files with 113 additions and 52 deletions

View File

@@ -656,7 +656,7 @@ void describeMouseover() {
}
}
else if(c->land == laVolcano) {
int id = alchemyval(c, -1)/4;
int id = lavatide(c, -1)/4;
if(id < 96/4)
out += " (" + turnstring(96/4-id) + XLAT(" to go cold") + ")";
else