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:
2
quit.cpp
2
quit.cpp
@@ -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. "
|
||||
|
Reference in New Issue
Block a user