mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 07:16:01 +00:00
more pattern editing for g46
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// rules for the emeraldvalues of heptagons.
|
||||
int emerald_heptagon(int parent, int dir) {
|
||||
|
||||
if(a46) return (parent+dir)&1;
|
||||
if(a46) return parent ^ (dir & 1) ^ 2;
|
||||
|
||||
if(S7 == 8 && dir > 3) dir--;
|
||||
|
||||
|
Reference in New Issue
Block a user