1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

arb:: disable some lands

This commit is contained in:
Zeno Rogue 2020-06-03 11:46:16 +02:00
parent df2fc6726a
commit bc63ca3f81

View File

@ -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;