Some more changes to image download.

This commit is contained in:
LevelX2 2017-09-05 00:12:09 +02:00
parent a2a454bfc9
commit 7329dc6c3f
4 changed files with 305 additions and 43 deletions

View file

@ -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());
}