forked from External/mage
Renamed DrawCardController to DrawCardSourceController. Missing Renames.
This commit is contained in:
parent
a8a04cb460
commit
e5d0de7328
263 changed files with 533 additions and 533 deletions
|
|
@ -31,7 +31,7 @@ import java.util.UUID;
|
|||
import mage.constants.CardType;
|
||||
import mage.constants.Rarity;
|
||||
import mage.abilities.dynamicvalue.common.AttackingCreatureCount;
|
||||
import mage.abilities.effects.common.DrawCardControllerEffect;
|
||||
import mage.abilities.effects.common.DrawCardSourceControllerEffect;
|
||||
import mage.cards.CardImpl;
|
||||
|
||||
/**
|
||||
|
|
@ -47,7 +47,7 @@ public class KeepWatch extends CardImpl<KeepWatch> {
|
|||
this.color.setBlue(true);
|
||||
|
||||
// Draw a card for each attacking creature.
|
||||
this.getSpellAbility().addEffect(new DrawCardControllerEffect(new AttackingCreatureCount()));
|
||||
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(new AttackingCreatureCount()));
|
||||
}
|
||||
|
||||
public KeepWatch(final KeepWatch card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue