mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
arb:: exhaustive_distance_appropriate
This commit is contained in:
parent
c3332bfb52
commit
26b565702c
@ -197,7 +197,7 @@ EX namespace yendor {
|
||||
}
|
||||
|
||||
EX bool exhaustive_distance_appropriate() {
|
||||
if(euclid && (kite::in() || arcm::in() || quotient)) return true;
|
||||
if(euclid && (kite::in() || arcm::in() || arb::in() || quotient)) return true;
|
||||
if(nil && quotient) return true;
|
||||
if(asonov::in() && asonov::period_xy && asonov::period_xy <= 256) return true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user