Merge pull request #202 from jruderman/f10

Prairie no longer appears on Crossroads IV
This commit is contained in:
Zeno Rogue 2021-07-10 09:48:10 +02:00 committed by GitHub
commit 2eeca0410e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ EX bool incompatible1(eLand l1, eLand l2) {
if(l1 == laDeadCaves && l2 == laCaves) return true;
if(l1 == laWarpSea && l2 == laKraken) return true;
if(l1 == laPrairie && l2 == laCrossroads3) return true;
if(l1 == laPrairie && l2 == laCrossroads4) return true;
if(l1 == laWet && l2 == laDesert) return true;
if(l1 == laFrog && l2 == laMotion) return true;
if(isElemental(l1) && isElemental(l2)) return true;