mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-18 07:27:40 +00:00
marked docks as 'recommended' for octagonal
This commit is contained in:
@@ -1228,7 +1228,7 @@ int isLandValid(eLand l) {
|
||||
return geosupport_threecolor() >= 2 ? 3 : 0;
|
||||
|
||||
if(l == laDocks)
|
||||
return a38 ? 2 : 0;
|
||||
return a38 ? 3 : 0;
|
||||
|
||||
if(l == laStorms && torus)
|
||||
return 3;
|
||||
|
Reference in New Issue
Block a user