mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
- Fixed #9844
This commit is contained in:
parent
e2b79ea920
commit
12baf4594c
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ public final class GlissaTheTraitor extends CardImpl {
|
|||
|
||||
// Whenever a creature an opponent controls dies, you may return target artifact card from your graveyard to your hand.
|
||||
Ability ability = new DiesCreatureTriggeredAbility(
|
||||
new ReturnFromGraveyardToHandTargetEffect(), false,
|
||||
new ReturnFromGraveyardToHandTargetEffect(), true,
|
||||
StaticFilters.FILTER_OPPONENTS_PERMANENT_A_CREATURE
|
||||
);
|
||||
ability.addTarget(new TargetCardInYourGraveyard(filter));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue