1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 03:47:58 +00:00

patched chaos in aperiodic tilings

This commit is contained in:
Zeno Rogue
2023-03-23 09:29:07 +01:00
parent 3416f09381
commit de6f5ba97a
3 changed files with 16 additions and 2 deletions

View File

@@ -473,6 +473,7 @@ struct hrmap_hat : hrmap {
h1->distance = h->distance - 1;
h1->zebraval = dir == 1;
h->c.connect(dir, h1, 0, false);
if(h1->distance == 0) build_cells(h1);
return h1;
}
// create side connection