mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
fix Bloodcrazed Hoplite
should only be able to remove counters from opponent's creatures
This commit is contained in:
parent
7996d02b1a
commit
d857a2393f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public class BloodcrazedHoplite extends CardImpl {
|
|||
this.addAbility(new HeroicAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance(), false)));
|
||||
// Whenever a +1/+1 counter is placed on Bloodcrazed Hoplite, remove a +1/+1 counter from target creature an opponent controls.
|
||||
Ability ability = new BloodcrazedHopliteTriggeredAbility();
|
||||
ability.addTarget(new TargetCreaturePermanent());
|
||||
ability.addTarget(new TargetCreaturePermanent(filter));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue