mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Show Mayhem in flashback zone
This commit is contained in:
@@ -56,7 +56,7 @@ public class PlayerZone extends Zone {
|
|||||||
|
|
||||||
boolean graveyardCastable = c.hasKeyword(Keyword.FLASHBACK) ||
|
boolean graveyardCastable = c.hasKeyword(Keyword.FLASHBACK) ||
|
||||||
c.hasKeyword(Keyword.RETRACE) || c.hasKeyword(Keyword.JUMP_START) || c.hasKeyword(Keyword.ESCAPE) ||
|
c.hasKeyword(Keyword.RETRACE) || c.hasKeyword(Keyword.JUMP_START) || c.hasKeyword(Keyword.ESCAPE) ||
|
||||||
c.hasKeyword(Keyword.DISTURB);
|
c.hasKeyword(Keyword.DISTURB) || c.hasKeyword(Keyword.MAYHEM);
|
||||||
boolean exileCastable = c.isForetold() || c.isOnAdventure();
|
boolean exileCastable = c.isForetold() || c.isOnAdventure();
|
||||||
for (final SpellAbility sa : c.getSpellAbilities()) {
|
for (final SpellAbility sa : c.getSpellAbilities()) {
|
||||||
final ZoneType restrictZone = sa.getRestrictions().getZone();
|
final ZoneType restrictZone = sa.getRestrictions().getZone();
|
||||||
|
|||||||
Reference in New Issue
Block a user