mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
Terracotta Warriors now display time
This commit is contained in:
parent
927592caa3
commit
e4ebb66521
1
help.cpp
1
help.cpp
@ -802,6 +802,7 @@ void describeMouseover() {
|
||||
out += ", "; out += XLAT1(winf[c->wall].name);
|
||||
|
||||
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)
|
||||
help =
|
||||
|
Loading…
Reference in New Issue
Block a user