hat: Frog Park is now OK

This commit is contained in:
Zeno Rogue 2023-03-28 12:48:30 +02:00
parent 06d250e6a5
commit 3793bb00c3
1 changed files with 0 additions and 1 deletions

View File

@ -759,7 +759,6 @@ EX land_validity_t& land_validity(eLand l) {
if(l == laEclectic) return dont_work;
if(l == laCursed) return dont_work;
if(l == laElementalWall) return dont_work;
if(l == laFrog) return dont_work;
if(l == laDragon) return not_in_full_game;
}