1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-18 07:27:40 +00:00

bigstuff in inverse

This commit is contained in:
Zeno Rogue
2020-07-13 00:53:48 +02:00
parent cf0abe6184
commit 224a02d086
4 changed files with 18 additions and 2 deletions

View File

@@ -910,6 +910,7 @@ EX land_validity_t& land_validity(eLand l) {
}
if(arcm::in() || kite::in()) return not_implemented;
if(bounded) return unbounded_only;
if(INVERSE) return not_implemented;
}
if(chaosmode && isCrossroads(l))