fixed the racing marker in Crystal344

This commit is contained in:
Zeno Rogue 2019-10-12 14:40:33 +02:00
parent d7cb0b1bd2
commit 4fc3c73855
1 changed files with 1 additions and 0 deletions

View File

@ -8145,6 +8145,7 @@ EX bool inscreenrange(cell *c) {
if(sphere) return true;
if(euclid) return celldistance(viewcenter(), c) <= get_sightrange_ambush();
if(nonisotropic) return gmatrix.count(c);
if(geometry == gCrystal344) return gmatrix.count(c);
return heptdistance(viewcenter(), c) <= 8;
}