mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
sight range changing no longer considered cheating in arb
This commit is contained in:
parent
3bc2a8447a
commit
8aaeb4ea69
@ -4376,7 +4376,7 @@ EX bool allowIncreasedSight() {
|
||||
#endif
|
||||
if(randomPatternsMode) return true;
|
||||
if(racing::on) return true;
|
||||
if(quotient || !hyperbolic || arcm::in()) return true;
|
||||
if(quotient || !hyperbolic || arcm::in() || arb::in()) return true;
|
||||
if(WDIM == 3) return true;
|
||||
return false;
|
||||
}
|
||||
@ -4388,7 +4388,7 @@ EX bool allowChangeRange() {
|
||||
#endif
|
||||
if(racing::on) return true;
|
||||
if(sightrange_bonus >= 0) return true;
|
||||
if(arcm::in()) return true;
|
||||
if(arcm::in() || arb::in()) return true;
|
||||
if(WDIM == 3) return true;
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user