1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 17:27:57 +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

@@ -317,6 +317,7 @@ EX namespace yendor {
if(key->land == laWestWall && trees_known()) {
auto& expansion = get_expansion();
int t = type_in(expansion, yendor, [yendor] (cell *c) { return celldistance(yendor, c); });
int maxage = 10;
for(int i=0; i<min(items[itOrbYendor], 8); i++)