1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-20 15:44:48 +00:00

fake:: support Archimedean pure

This commit is contained in:
Zeno Rogue
2020-05-31 16:18:44 +02:00
parent b17c75ccec
commit 5238959cbd
7 changed files with 92 additions and 30 deletions

View File

@@ -997,7 +997,7 @@ EX ld spherity(const transmatrix& V) {
}
EX bool confusingGeometry() {
return quotient || elliptic || reg3::ultra_mirror_in();
return quotient || elliptic || reg3::ultra_mirror_in() || (fake::in() && fake::multiple);
}
EX ld master_to_c7_angle() {