mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Fixed the keyword "May be played by your opponent".
This commit is contained in:
@@ -2460,6 +2460,7 @@ public class CardFactoryUtil {
|
||||
}
|
||||
|
||||
if (c.isLand() && (c.hasKeyword("May be played")
|
||||
|| c.hasKeyword("May be played by your opponent")
|
||||
|| c.hasKeyword("May be played without paying its mana cost"))) {
|
||||
return true;
|
||||
}
|
||||
@@ -2472,6 +2473,7 @@ public class CardFactoryUtil {
|
||||
|
||||
if (sa.isSpell()
|
||||
&& (c.hasKeyword("May be played")
|
||||
|| c.hasKeyword("May be played by your Opponent")
|
||||
|| c.hasKeyword("May be played without paying its mana cost")
|
||||
|| (c.hasStartOfKeyword("Flashback") && zone
|
||||
.is(Zone.Graveyard))) && restrictZone.equals(Zone.Hand)) {
|
||||
|
||||
Reference in New Issue
Block a user