1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-30 20:41:24 +00:00

Crossroads IV in alternate hyperbolic geometries

This commit is contained in:
Zeno Rogue
2018-01-08 23:11:29 +01:00
parent a4593cd2b0
commit 51652304ad
9 changed files with 76 additions and 46 deletions

View File

@@ -294,7 +294,7 @@ string contstr() {
}
eLand nextHyperstone() {
generateLandList(isLandValid);
generateLandList(isLandIngame);
for(eLand l: landlist)
if(items[treasureType(l)] < R10 && !isCrossroads(l) && l != laPrincessQuest && l != laCamelot)
return l;