mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
easier floor in gravity lands in bitruncated {4,4}
This commit is contained in:
parent
aeac634abd
commit
e8ff75b239
@ -2525,7 +2525,7 @@ void celldrawer::draw() {
|
||||
}
|
||||
|
||||
void celldrawer::set_towerfloor(const cellfunction& cf) {
|
||||
if(weirdhyperbolic || sphere) {
|
||||
if(weirdhyperbolic || sphere || (euc::in() && S7 == 4 && BITRUNCATED)) {
|
||||
set_floor(cgi.shFloor);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user