mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +00:00
Terracotta Warriors now display time
This commit is contained in:
1
help.cpp
1
help.cpp
@@ -802,6 +802,7 @@ void describeMouseover() {
|
|||||||
out += ", "; out += XLAT1(winf[c->wall].name);
|
out += ", "; out += XLAT1(winf[c->wall].name);
|
||||||
|
|
||||||
if(c->wall == waRose) out += " (" + its(7-rosephase) + ")";
|
if(c->wall == waRose) out += " (" + its(7-rosephase) + ")";
|
||||||
|
if(c->wall == waTerraWarrior) out += " (" + its(c->landparam) + ")";
|
||||||
|
|
||||||
if((c->wall == waBigTree || c->wall == waSmallTree) && c->land != laDryForest)
|
if((c->wall == waBigTree || c->wall == waSmallTree) && c->land != laDryForest)
|
||||||
help =
|
help =
|
||||||
|
Reference in New Issue
Block a user