1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-20 21:08:06 +00:00

Knights and quit-menu now display circle sizes only if HR knows the formula

This commit is contained in:
Zeno Rogue
2018-04-10 08:03:28 +02:00
parent 85d5ca04cf
commit 986e66ee4b
2 changed files with 12 additions and 4 deletions

View File

@@ -242,7 +242,7 @@ hint hints[] = {
{
0,
[]() { return !canmove && geometry == gNormal && celldist(cwt.c) >= 50; },
[]() { return !canmove && sizes_known() && celldist(cwt.c) >= 50; },
[]() {
int c = celldist(cwt.c);
string s = circlesizestr(c);