mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
geom3:: fixed Sol, NIH and SolN embeddings being always displayed as legal
This commit is contained in:
parent
c5a4cc2255
commit
ffda562f7c
@ -90,7 +90,7 @@ EX namespace geom3 {
|
||||
ans += " torus";
|
||||
}
|
||||
if(among(sp, seSol, seNIH, seSolN)) {
|
||||
if((meuclid && !PURE) && !bt::in()) ans += " pure or bin";
|
||||
if((meuclid && !PURE) || !bt::in()) ans += " pure or bin";
|
||||
}
|
||||
return ans;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user