mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed canPlayLand not working with "May be played by your opponent".
This commit is contained in:
@@ -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;
|
return false;
|
||||||
|
|
||||||
// Dev Mode
|
// Dev Mode
|
||||||
|
|||||||
Reference in New Issue
Block a user