mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +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() {
|
||||
if(hybri) return PIU(nice_walls_available());
|
||||
if(fake::in()) return FPIU(nice_walls_available());
|
||||
return (geometry == gNormal && (PURE || BITRUNCATED)) || (geometry == gEuclid && !(INVERSE | IRREGULAR));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user