1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-09 04:49:04 +00:00

Fix terra statue interactions with Chaos+Icy, BSoC swap, Alch dup

This commit is contained in:
Jesse Ruderman
2021-08-03 17:15:53 -07:00
parent b67b946126
commit d8509a0528
4 changed files with 12 additions and 12 deletions

View File

@@ -944,7 +944,7 @@ EX 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 == waTerraWarrior) out += " (" + its(c->wparam) + ")";
#if CAP_COMPLEX2
if(isDie(c->wall)) out += " (" + dice::describe(c) + ")";
#endif