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

This commit is contained in:
Zeno Rogue
2021-06-01 13:07:56 +02:00
parent 655cc1a8b5
commit 26b05d18be
+6
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;