mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-01 23:40:15 +00:00
enabled sightrange increase in Archimedean, also translation of sightrange and better note about additional options
This commit is contained in:
@@ -5175,7 +5175,7 @@ bool allowIncreasedSight() {
|
||||
if(tour::on) return true;
|
||||
#endif
|
||||
if(randomPatternsMode) return true;
|
||||
if(quotient || !hyperbolic) return true;
|
||||
if(quotient || !hyperbolic || archimedean) return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -5185,6 +5185,7 @@ bool allowChangeRange() {
|
||||
if(tour::on) return true;
|
||||
#endif
|
||||
if(sightrange_bonus >= 0) return true;
|
||||
if(archimedean) return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user