- Fixed canPlayLand not working with "May be played by your opponent".

This commit is contained in:
Sloth
2013-06-18 06:21:36 +00:00
parent f8b5e238f4
commit bff37b60d5

View File

@@ -1806,7 +1806,7 @@ public class Player extends GameEntity implements Comparable<Player> {
}
}
if( land != null && land.getOwner() != this )
if( land != null && land.getOwner() != this && !land.hasKeyword("May be played by your opponent"))
return false;
// Dev Mode