mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
marked PQ as not_implemented if gp::on
This commit is contained in:
parent
1e1cc78732
commit
5db15c6ceb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user