- Commander 2014: Added Teferi, Temporal Archmage

This commit is contained in:
swordshine
2014-07-27 11:56:42 +00:00
parent a3acbce645
commit 6cac3199de
3 changed files with 7 additions and 4 deletions

View File

@@ -147,7 +147,6 @@ public class SpellAbilityRestriction extends SpellAbilityVariables {
if (params.containsKey("Planeswalker")) {
this.setPlaneswalker(true);
this.setSorcerySpeed(true);
}
if (params.containsKey("IsPresent")) {
@@ -373,6 +372,10 @@ public class SpellAbilityRestriction extends SpellAbilityVariables {
}
if (this.isPwAbility()) {
if (!c.hasKeyword("CARDNAME's loyalty abilities can be activated at instant speed.")
&& !activator.canCastSorcery()) {
return false;
}
final int limits = c.getKeywordAmount("May activate CARDNAME's loyalty abilities once");
int numActivates = 0;
for (final SpellAbility pwAbs : c.getAllSpellAbilities()) {