mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
dual:: moved the Land of Power to the hyperbolic world
This commit is contained in:
parent
25cbf1129b
commit
5f1e0001a2
@ -290,6 +290,8 @@ namespace dual {
|
||||
v = -1; /* does not work in hyperbolic geos available, and better not do it in Euclidean ones either */
|
||||
else if(among(l, laHaunted))
|
||||
v = -1; /* graveyard prefers Euclidean, while Haunted prefers hyperbolic */
|
||||
else if(l == laPower)
|
||||
v = which_hyperbolic;
|
||||
else if(l == dgd[0].specland && l == dgd[1].specland)
|
||||
v = 2;
|
||||
else if(l == dgd[0].specland)
|
||||
|
Loading…
Reference in New Issue
Block a user