mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-08 02:04:06 +00:00
solv:: pseudohept for Graveyard
This commit is contained in:
parent
01647a34cf
commit
1c63518fff
@ -1296,6 +1296,7 @@ bool pseudohept(cell *c) {
|
|||||||
if(IRREGULAR) return irr::pseudohept(c);
|
if(IRREGULAR) return irr::pseudohept(c);
|
||||||
#endif
|
#endif
|
||||||
#if CAP_BT
|
#if CAP_BT
|
||||||
|
if(sol) return (c->master->emeraldval % 3 == 2) && (c->master->zebraval % 3 == 2) && (c->master->distance % 2);
|
||||||
if(penrose) return kite::getshape(c->master) == kite::pDart;
|
if(penrose) return kite::getshape(c->master) == kite::pDart;
|
||||||
if(binarytiling) return binary::pseudohept(c);
|
if(binarytiling) return binary::pseudohept(c);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user