From 1c63518fffc345ffa6b320938e8dab73cc96e3b6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 2 Aug 2019 22:10:59 +0200 Subject: [PATCH] solv:: pseudohept for Graveyard --- pattern2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pattern2.cpp b/pattern2.cpp index fd23d137..5f7bd93a 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -1296,6 +1296,7 @@ bool pseudohept(cell *c) { if(IRREGULAR) return irr::pseudohept(c); #endif #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(binarytiling) return binary::pseudohept(c); #endif