mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-19 16:07:40 +00:00
syntetic tilings (WIP)
This commit is contained in:
@@ -976,7 +976,7 @@ int wallchance(cell *c, bool deepOcean) {
|
||||
|
||||
bool horo_ok() {
|
||||
// do the horocycles work in the current geometry?
|
||||
return hyperbolic && !binarytiling;
|
||||
return hyperbolic && !binarytiling && !syntetic;
|
||||
}
|
||||
|
||||
bool gp_wall_test() {
|
||||
|
Reference in New Issue
Block a user