1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 01:16:50 +00:00

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

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;
}