From 84f5d2b4545387845d5beb3d0e0d7e680902d9c3 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 9 Oct 2021 09:27:43 +0200 Subject: [PATCH] allowed Dice and Curse and walls in Daily --- landlock.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/landlock.cpp b/landlock.cpp index 82becfe8..492702a0 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -706,9 +706,9 @@ const int landscapes_when = 177; EX const int frog_when = 205; -EX const int cursed_when = 9999; /* don't do Dice and Curse for now in daily */ +EX const int cursed_when = 386; -EX const int walls_when = 9999; /* don't do walls for now in daily */ +EX const int walls_when = 388; // check if the given land should appear in lists EX land_validity_t& land_validity(eLand l) {