mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
gravity level shown in the help line in 3D
This commit is contained in:
parent
84b2c866ef
commit
62d115b007
2
help.cpp
2
help.cpp
@ -798,6 +798,8 @@ void describeMouseover() {
|
|||||||
out = XLAT1(linf[c->land].name);
|
out = XLAT1(linf[c->land].name);
|
||||||
help = bygen([c] () { gotoHelpFor(c->land); });
|
help = bygen([c] () { gotoHelpFor(c->land); });
|
||||||
|
|
||||||
|
if(DIM == 3 && isGravityLand(c->land)) out += " [" + its(gravityLevel(c)) + "]";
|
||||||
|
|
||||||
if(isIcyLand(c))
|
if(isIcyLand(c))
|
||||||
out += " (" + fts(heat::celsius(c)) + " °C)";
|
out += " (" + fts(heat::celsius(c)) + " °C)";
|
||||||
if(c->land == laBrownian && c->wall == waNone)
|
if(c->land == laBrownian && c->wall == waNone)
|
||||||
|
Loading…
Reference in New Issue
Block a user