mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-02 10:19:04 +00:00
bitruncated irregular tilings
This commit is contained in:
@@ -3085,7 +3085,7 @@ bool noAdjacentChasms(cell *c) {
|
||||
|
||||
// does the current geometry allow nice duals
|
||||
bool has_nice_dual() {
|
||||
if(irr::on) return false;
|
||||
if(irr::on) return irr::bitruncations_performed > 0;
|
||||
if(!nonbitrunc) return true;
|
||||
if((S7 & 1) == 0) return true;
|
||||
if(!gp::on) return false;
|
||||
|
||||
Reference in New Issue
Block a user