mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
no more Prairie/Crossroads III borders
This commit is contained in:
parent
b6604b942a
commit
6805673513
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user