mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
marked docks as 'recommended' for octagonal
This commit is contained in:
parent
b1a5aa19fa
commit
87ee73e3be
@ -1228,7 +1228,7 @@ int isLandValid(eLand l) {
|
|||||||
return geosupport_threecolor() >= 2 ? 3 : 0;
|
return geosupport_threecolor() >= 2 ? 3 : 0;
|
||||||
|
|
||||||
if(l == laDocks)
|
if(l == laDocks)
|
||||||
return a38 ? 2 : 0;
|
return a38 ? 3 : 0;
|
||||||
|
|
||||||
if(l == laStorms && torus)
|
if(l == laStorms && torus)
|
||||||
return 3;
|
return 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user