dual:: moved the Land of Power to the hyperbolic world

This commit is contained in:
Zeno Rogue 2019-06-03 15:04:25 +02:00
parent 25cbf1129b
commit 5f1e0001a2
1 changed files with 2 additions and 0 deletions

View File

@ -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)