mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 09:57:41 +00:00
hat:: disable horo and use clueless just in case
This commit is contained in:
@@ -1370,6 +1370,7 @@ EX int wallchance(cell *c, bool deepOcean) {
|
||||
/** \brief should we generate the horocycles in the current geometry? */
|
||||
EX bool horo_ok() {
|
||||
if(INVERSE) return false;
|
||||
if(hat::in()) return false;
|
||||
if(currentmap->strict_tree_rules()) return true;
|
||||
if(reg3::in_hrmap_h3() && !PURE) return false;
|
||||
return mhyperbolic && !bt::in() && !arcm::in() && !kite::in() && !experimental && !mhybrid && !arb::in() && !quotient;
|
||||
|
Reference in New Issue
Block a user