1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 17:40:36 +00:00

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

View File

@ -1167,7 +1167,7 @@ land_validity_t& land_validity(eLand l) {
if(l == laPrincessQuest && tactic::on) if(l == laPrincessQuest && tactic::on)
return not_in_ptm; return not_in_ptm;
if(l == laPrincessQuest && !stdeuc) if(l == laPrincessQuest && (!stdeuc || gp::on))
return not_implemented; return not_implemented;
// works correctly only in some geometries // works correctly only in some geometries