mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-05 17:30:16 +00:00
choice of the land structure
This commit is contained in:
2
help.cpp
2
help.cpp
@@ -836,7 +836,7 @@ EX void describeMouseover() {
|
||||
out += XLAT(" (level %1)", its(snakelevel(c)));
|
||||
if(c->land == laDryForest && c->landparam)
|
||||
out += " (" + its(c->landparam)+"/10)";
|
||||
if(c->land == laOcean && chaosmode)
|
||||
if(c->land == laOcean && ls::any_chaos())
|
||||
out += " (" + its(c->CHAOSPARAM)+"S"+its(c->SEADIST)+"L"+its(c->LANDDIST)+")";
|
||||
else if(c->land == laOcean && c->landparam <= 25) {
|
||||
if(shmup::on)
|
||||
|
||||
Reference in New Issue
Block a user