1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 08:57:39 +00:00

semiline support; late regrouping

This commit is contained in:
Zeno Rogue
2018-08-21 17:54:53 +02:00
parent dc1d3e4ee1
commit f3dd312562
2 changed files with 47 additions and 16 deletions

View File

@@ -1098,7 +1098,7 @@ land_validity_t& land_validity(eLand l) {
}
if(archimedean) {
if(among(l, laPower, laZebra, laWineyard) && arcm::current.have_ph) return lv::pattern_defined;
if(among(l, laPower, laZebra, laWineyard) && arcm::current.have_line) return lv::pattern_defined;
// horocycles not implemented
if(isCyclic(l)) return not_implemented;
}