mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
* Hunt the hunter - Fixed the target definition (3 instead of correctly 2 targets).
This commit is contained in:
parent
eafa18a6e8
commit
3f92ec152b
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ public class HuntTheHunter extends CardImpl<HuntTheHunter> {
|
|||
effect = new FightTargetsEffect();
|
||||
effect.setText("It fights target green creature an opponent controls");
|
||||
this.getSpellAbility().addEffect(effect);
|
||||
this.getSpellAbility().addTarget(new TargetControlledCreaturePermanent(true));
|
||||
Target target = new TargetCreaturePermanent(filterOpponentGreen);
|
||||
target.setRequired(true);
|
||||
this.getSpellAbility().addTarget(target);
|
||||
|
|
Loading…
Reference in a new issue