From 5db15c6ceb682638c7fdb9d5240a209bc9e6c8da Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 15 Apr 2018 13:34:37 +0200 Subject: [PATCH] marked PQ as not_implemented if gp::on --- landlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landlock.cpp b/landlock.cpp index 6ba4c13c..8532f1e5 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -1167,7 +1167,7 @@ land_validity_t& land_validity(eLand l) { if(l == laPrincessQuest && tactic::on) return not_in_ptm; - if(l == laPrincessQuest && !stdeuc) + if(l == laPrincessQuest && (!stdeuc || gp::on)) return not_implemented; // works correctly only in some geometries