marked PQ as not_implemented if gp::on

This commit is contained in:
Zeno Rogue 2018-04-15 13:34:37 +02:00
parent 1e1cc78732
commit 5db15c6ceb
1 changed files with 1 additions and 1 deletions

View File

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