gravity level shown in the help line in 3D

This commit is contained in:
Zeno Rogue 2019-03-23 16:31:12 +01:00
parent 84b2c866ef
commit 62d115b007
1 changed files with 2 additions and 0 deletions

View File

@ -798,6 +798,8 @@ void describeMouseover() {
out = XLAT1(linf[c->land].name);
help = bygen([c] () { gotoHelpFor(c->land); });
if(DIM == 3 && isGravityLand(c->land)) out += " [" + its(gravityLevel(c)) + "]";
if(isIcyLand(c))
out += " (" + fts(heat::celsius(c)) + " °C)";
if(c->land == laBrownian && c->wall == waNone)