From 5f1e0001a20c58bb0d20462544ea4cfd85950730 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 3 Jun 2019 15:04:25 +0200 Subject: [PATCH] dual:: moved the Land of Power to the hyperbolic world --- multigame.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multigame.cpp b/multigame.cpp index 816e4f00..c510b527 100644 --- a/multigame.cpp +++ b/multigame.cpp @@ -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)