mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-06 18:00:17 +00:00
whirl:: Crystal World and Caves tiling work
This commit is contained in:
@@ -30,6 +30,7 @@ bool ishept(cell *c) {
|
||||
bool ishex1(cell *c) {
|
||||
// EUCLIDEAN
|
||||
if(euclid) return eupattern(c) == 1;
|
||||
else if(whirl::whirl) return c->master->c7 != c && !pseudohept(c->mov[0]);
|
||||
else return c->type != S6;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user