mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +00:00
updated land incompatibility rules
This commit is contained in:
parent
a3a0f63302
commit
91244ea484
@ -561,6 +561,8 @@ bool incompatible1(eLand l1, eLand l2) {
|
||||
if(l1 == laMirrorOld && l2 == laMotion) return true;
|
||||
if(l1 == laPower && l2 == laWineyard) return true;
|
||||
if(l1 == laPower && l2 == laDryForest) return true;
|
||||
if(l1 == laVolcano && l2 == laDryForest) return true;
|
||||
if(l1 == laVolcano && l2 == laWineyard) return true;
|
||||
if(l1 == laDragon && l2 == laDryForest) return true;
|
||||
if(l1 == laEFire && l2 == laWineyard) return true;
|
||||
if(l1 == laEFire && l2 == laDryForest) return true;
|
||||
|
Loading…
Reference in New Issue
Block a user