Eclectic in anormal is pattern_not_implemented_weird

This commit is contained in:
Zeno Rogue
2020-03-07 04:47:11 +01:00
parent 124ee9a467
commit 0f0a164050
+3
View File
@@ -633,6 +633,9 @@ EX land_validity_t& land_validity(eLand l) {
if(old_daily_id < frog_when && among(l, laFrog, laEclectic, laWet))
return not_implemented;
if(l == laEclectic && !(geometry == gNormal && BITRUNCATED))
return pattern_not_implemented_weird;
if(walls_not_implemented() && isCrossroads(l))
return no_walls;