allowed Dice and Curse and walls in Daily

This commit is contained in:
Zeno Rogue 2021-10-09 09:27:43 +02:00
parent 8f59ff7016
commit 84f5d2b454
1 changed files with 2 additions and 2 deletions

View File

@ -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) {