mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
arb:: disable some lands
This commit is contained in:
parent
df2fc6726a
commit
bc63ca3f81
@ -634,6 +634,9 @@ EX land_validity_t& land_validity(eLand l) {
|
||||
if(old_daily_id < frog_when && among(l, laFrog, laEclectic, laWet))
|
||||
return not_implemented;
|
||||
|
||||
if(arb::in() && among(l, laWarpCoast, laDual, laEclectic, laReptile, laKraken))
|
||||
return not_implemented;
|
||||
|
||||
if(l == laEclectic && !(geometry == gNormal && BITRUNCATED))
|
||||
return pattern_not_implemented_weird;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user