mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00: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…
Reference in a new issue