mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 02:07:03 +00:00
alt mine rule for aperiodic
This commit is contained in:
parent
76d432aa9c
commit
9c0ff85a98
1
cell.cpp
1
cell.cpp
@ -1432,6 +1432,7 @@ EX array<map<cell*, vector<adj_data>>, 2> adj_memo;
|
||||
|
||||
EX bool geometry_has_alt_mine_rule() {
|
||||
if(S3 >= OINF) return false;
|
||||
if(aperiodic) return true;
|
||||
if(WDIM == 2) return valence() > 3;
|
||||
if(WDIM == 3) return !among(geometry, gHoroHex, gCell5, gBitrunc3, gCell8, gECell8, gCell120, gECell120);
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user