mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-12 06:02:51 +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 */
|
v = -1; /* does not work in hyperbolic geos available, and better not do it in Euclidean ones either */
|
||||||
else if(among(l, laHaunted))
|
else if(among(l, laHaunted))
|
||||||
v = -1; /* graveyard prefers Euclidean, while Haunted prefers hyperbolic */
|
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)
|
else if(l == dgd[0].specland && l == dgd[1].specland)
|
||||||
v = 2;
|
v = 2;
|
||||||
else if(l == dgd[0].specland)
|
else if(l == dgd[0].specland)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user