1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-11 03:03:01 +00:00

export patHepta

This commit is contained in:
Zeno Rogue
2025-09-29 11:50:44 +02:00
parent fc7dd296f4
commit d6e0d6e64d

View File

@@ -2667,7 +2667,7 @@ EX namespace linepatterns {
)
);
linepattern patHepta("Gray Raider moves", 0xC0C0C000, if_pseudohept,
EX linepattern patHepta = linepattern("Gray Raider moves", 0xC0C0C000, if_pseudohept,
ALLCELLS(
forCellIdEx(c2, i, c) if(way(c,i)) if(pseudohept(c) == pseudohept(c2))
gridlinef(V, C0, V * currentmap->adj(c, i), C0, col, 2 + vid.linequality);