1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-29 00:19:04 +00:00

changing the range in bounded or Euclidean geometry is no longer considered cheating

This commit is contained in:
Zeno Rogue
2018-04-11 13:19:21 +02:00
parent 848a135135
commit f6aaa0515a
2 changed files with 4 additions and 3 deletions

View File

@@ -5209,6 +5209,7 @@ bool allowIncreasedSight() {
if(rogueviz::on) return true;
#endif
if(randomPatternsMode) return true;
if(quotient || !hyperbolic) return true;
return false;
}