mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-17 11:38:05 +00:00
Brownian shows elevation in the help line
This commit is contained in:
2
help.cpp
2
help.cpp
@@ -797,6 +797,8 @@ void describeMouseover() {
|
||||
|
||||
if(isIcyLand(c))
|
||||
out += " (" + fts(heat::celsius(c)) + " °C)";
|
||||
if(c->land == laBrownian && c->wall == waNone)
|
||||
out += XLAT(" (level %1)", its(snakelevel(c)));
|
||||
if(c->land == laDryForest && c->landparam)
|
||||
out += " (" + its(c->landparam)+"/10)";
|
||||
if(c->land == laOcean && chaosmode)
|
||||
|
||||
Reference in New Issue
Block a user