mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-19 12:28:07 +00:00
3d:: nicer Temple of Cthulhu in horo-triangular
This commit is contained in:
@@ -439,6 +439,8 @@ auto bt_config = addHook(hooks_args, 0, [] () {
|
||||
bool pseudohept(cell *c) {
|
||||
if(DIM == 2)
|
||||
return c->type & c->master->distance & 1;
|
||||
else if(geometry == gHoroTris)
|
||||
return c->c.spin(S7-1) == 0 && (c->master->distance & 1);
|
||||
else
|
||||
return (c->master->zebraval == 1) && (c->master->distance & 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user