1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 11:57:58 +00:00

expansion_analyzer is now in cgi

This commit is contained in:
Zeno Rogue
2021-12-11 23:28:05 +01:00
parent cfcd8a5e57
commit 5d81260f0b
10 changed files with 28 additions and 11 deletions

View File

@@ -254,7 +254,7 @@ EX hint hints[] = {
[]() { return !canmove && sizes_known() && celldist(cwt.at) >= 50; },
[]() {
int d = celldist(cwt.at);
string s = expansion.approximate_descendants(d, 10000);
string s = get_expansion().approximate_descendants(d, 10000);
dialog::addHelp(XLAT(
"You are %1 cells away from the starting point, or "
"the place where you used an Orb of Safety last time. "