mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
Eclectic in anormal is pattern_not_implemented_weird
This commit is contained in:
parent
124ee9a467
commit
0f0a164050
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user