mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-17 12:43:02 +00:00
fixed nicewalls in hybri
This commit is contained in:
parent
6a43061ea6
commit
19e7b8aa29
@ -1488,6 +1488,8 @@ EX bool walls_not_implemented() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX bool nice_walls_available() {
|
EX bool nice_walls_available() {
|
||||||
|
if(hybri) return PIU(nice_walls_available());
|
||||||
|
if(fake::in()) return FPIU(nice_walls_available());
|
||||||
return (geometry == gNormal && (PURE || BITRUNCATED)) || (geometry == gEuclid && !(INVERSE | IRREGULAR));
|
return (geometry == gNormal && (PURE || BITRUNCATED)) || (geometry == gEuclid && !(INVERSE | IRREGULAR));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user