mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 03:07:56 +00:00
easier floor in gravity lands in bitruncated {4,4}
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user