mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-26 13:54:03 +00:00
dual:: moved the Land of Power to the hyperbolic world
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user