mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-05 11:12:49 +00:00
Sloppy Graveyard on 37 is known
This commit is contained in:
parent
b5363ac93c
commit
ce08a14390
@ -994,7 +994,12 @@ int geosupport_graveyard() {
|
|||||||
if(!nonbitrunc) return 2;
|
if(!nonbitrunc) return 2;
|
||||||
|
|
||||||
// always works in patterns supporting three-color
|
// always works in patterns supporting three-color
|
||||||
return geosupport_threecolor();
|
int tc = geosupport_threecolor();
|
||||||
|
if(tc) return tc;
|
||||||
|
|
||||||
|
if(S3 == 3 && S7 == 7) return 1;
|
||||||
|
if(S3 == 4 && !(S7&1)) return 2;
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int pattern_threecolor(cell *c) {
|
int pattern_threecolor(cell *c) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user