1
0
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:
Zeno Rogue 2019-12-27 11:30:09 +01:00
parent aeac634abd
commit e8ff75b239

View File

@ -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;
}