mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-15 08:41:21 +00:00
easier floor in gravity lands in bitruncated {4,4}
This commit is contained in:
+1
-1
@@ -2525,7 +2525,7 @@ void celldrawer::draw() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void celldrawer::set_towerfloor(const cellfunction& cf) {
|
void celldrawer::set_towerfloor(const cellfunction& cf) {
|
||||||
if(weirdhyperbolic || sphere) {
|
if(weirdhyperbolic || sphere || (euc::in() && S7 == 4 && BITRUNCATED)) {
|
||||||
set_floor(cgi.shFloor);
|
set_floor(cgi.shFloor);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user