mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 02:10:34 +00:00
fixed the racing marker in Crystal344
This commit is contained in:
parent
d7cb0b1bd2
commit
4fc3c73855
@ -8145,6 +8145,7 @@ EX bool inscreenrange(cell *c) {
|
|||||||
if(sphere) return true;
|
if(sphere) return true;
|
||||||
if(euclid) return celldistance(viewcenter(), c) <= get_sightrange_ambush();
|
if(euclid) return celldistance(viewcenter(), c) <= get_sightrange_ambush();
|
||||||
if(nonisotropic) return gmatrix.count(c);
|
if(nonisotropic) return gmatrix.count(c);
|
||||||
|
if(geometry == gCrystal344) return gmatrix.count(c);
|
||||||
return heptdistance(viewcenter(), c) <= 8;
|
return heptdistance(viewcenter(), c) <= 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user