forked from External/mage
Fix Spider Sense WebSlinging not have the target
This commit is contained in:
parent
14fe52124c
commit
fec3599b73
1 changed files with 3 additions and 3 deletions
|
|
@ -30,12 +30,12 @@ public final class SpiderSense extends CardImpl {
|
|||
public SpiderSense(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{1}{U}");
|
||||
|
||||
// Web-slinging {U}
|
||||
this.addAbility(new WebSlingingAbility(this, "{U}"));
|
||||
|
||||
// Counter target instant spell, sorcery spell, or triggered ability.
|
||||
this.getSpellAbility().addEffect(new CounterTargetEffect());
|
||||
this.getSpellAbility().addTarget(new TargetStackObject(filter));
|
||||
|
||||
// Web-slinging {U}
|
||||
this.addAbility(new WebSlingingAbility(this, "{U}"));
|
||||
}
|
||||
|
||||
private SpiderSense(final SpiderSense card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue