dice:: dont_work in pure heptagonal and in 3D geometries

This commit is contained in:
Zeno Rogue 2021-05-31 11:39:06 +02:00
parent 655cc1a8b5
commit 26b05d18be
1 changed files with 6 additions and 0 deletions

View File

@ -710,6 +710,12 @@ EX land_validity_t& land_validity(eLand l) {
using namespace lv;
if(l == laDice && geometry == gNormal && PURE)
return dont_work;
if(l == laDice && WDIM == 3)
return dont_work;
if(old_daily_id < frog_when && among(l, laFrog, laEclectic, laWet))
return not_implemented;