mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
fixed Snake Nest in non-bitrunc Octagons
This commit is contained in:
parent
e77314dbc1
commit
2b6b8c1d39
@ -908,7 +908,7 @@ int geosupport_graveyard() {
|
||||
int pattern_threecolor(cell *c) {
|
||||
if(a38) {
|
||||
patterns::patterninfo si;
|
||||
patterns::val38(c, si, patterns::SPF_ROT, patterns::PAT_COLORING);
|
||||
patterns::val38(c, si, nonbitrunc ? 0 : patterns::SPF_ROT, patterns::PAT_COLORING);
|
||||
return si.id >> 2;
|
||||
}
|
||||
if(a46 && !nonbitrunc) {
|
||||
|
Loading…
Reference in New Issue
Block a user