Eclectic in anormal is pattern_not_implemented_weird

This commit is contained in:
Zeno Rogue 2020-03-05 22:35:30 +01:00
parent 124ee9a467
commit 0f0a164050
1 changed files with 3 additions and 0 deletions

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;