mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Some more changes to image download.
This commit is contained in:
parent
a2a454bfc9
commit
7329dc6c3f
4 changed files with 305 additions and 43 deletions
|
|
@ -44,6 +44,7 @@ public class EssenceScatter extends CardImpl {
|
|||
public EssenceScatter(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{1}{U}");
|
||||
|
||||
// Counter target creature spell.
|
||||
this.getSpellAbility().addTarget(new TargetSpell(new FilterCreatureSpell()));
|
||||
this.getSpellAbility().addEffect(new CounterTargetEffect());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue