diff --git a/landlock.cpp b/landlock.cpp index 803fd5c0..be3e0bd3 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -560,6 +560,7 @@ bool incompatible1(eLand l1, eLand l2) { if(l1 == laDeadCaves && l2 == laEmerald) return true; if(l1 == laDeadCaves && l2 == laCaves) return true; if(l1 == laWarpSea && l2 == laKraken) return true; + if(l1 == laPrairie && l2 == laCrossroads3) return true; if(isElemental(l1) && isElemental(l2)) return true; return false; }