mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
fixed Fumble not selecting a target (fixes #5024)
This commit is contained in:
parent
fdb970c644
commit
cf97a82c33
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.cards.f;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
|
@ -34,6 +33,7 @@ public final class Fumble extends CardImpl {
|
|||
|
||||
// Return target creature to its owner's hand. Gain control of all Auras and Equipment that were attached to it, then attach them to another creature.
|
||||
this.getSpellAbility().addEffect(new FumbleEffect());
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
}
|
||||
|
||||
public Fumble(final Fumble card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue