1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-29 04:47:41 +00:00

alternative honeycomb in Nil

This commit is contained in:
Zeno Rogue
2019-11-23 20:39:38 +01:00
parent 2f353a844c
commit bc2ce4f3dc
4 changed files with 45 additions and 23 deletions

View File

@@ -64,6 +64,8 @@ EX bool available() {
if(WDIM == 2) return false;
if(hyperbolic && pmodel == mdPerspective && !penrose)
return true;
if(nil && S7 == 8)
return false;
if((solnih || nil) && pmodel == mdGeodesic)
return true;
if(euclid && pmodel == mdPerspective && !binarytiling)