1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

Terracotta Warriors now display time

This commit is contained in:
Zeno Rogue 2019-05-15 14:20:11 +02:00
parent 927592caa3
commit e4ebb66521

View File

@ -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 =