mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
[FRF] Fixed a bug of Hooded Assassin.
This commit is contained in:
parent
3f810abbb5
commit
effa560e02
2 changed files with 64 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ public class HoodedAssassin extends CardImpl {
|
|||
// When Hooded Assassin enters the battlefield, choose one -
|
||||
// * Put a +1/+1 counter on Hooded Assassin.
|
||||
Ability ability = new EntersBattlefieldTriggeredAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance()), false);
|
||||
ability.addTarget(new TargetCardInYourGraveyard(new FilterCreatureCard("creature card from your graveyard")));
|
||||
// * Destroy target creature that was dealt damage this turn.
|
||||
Mode mode = new Mode();
|
||||
mode.getEffects().add(new DestroyTargetEffect());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue