mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Compare commits
1 Commits
ee045d854d
...
mayhemVisu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d425fea05 |
@@ -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