mirror of
https://github.com/correl/mage.git
synced 2025-03-16 01:06:34 -09: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 = new FightTargetsEffect();
|
||||||
effect.setText("It fights target green creature an opponent controls");
|
effect.setText("It fights target green creature an opponent controls");
|
||||||
this.getSpellAbility().addEffect(effect);
|
this.getSpellAbility().addEffect(effect);
|
||||||
this.getSpellAbility().addTarget(new TargetControlledCreaturePermanent(true));
|
|
||||||
Target target = new TargetCreaturePermanent(filterOpponentGreen);
|
Target target = new TargetCreaturePermanent(filterOpponentGreen);
|
||||||
target.setRequired(true);
|
target.setRequired(true);
|
||||||
this.getSpellAbility().addTarget(target);
|
this.getSpellAbility().addTarget(target);
|
||||||
|
|
Loading…
Add table
Reference in a new issue