mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
* Golgari Thug - Fixed that card in graveyard was not a mandatory target.
This commit is contained in:
parent
5af7a444d3
commit
a4f73a9fde
3 changed files with 6 additions and 10 deletions
|
|
@ -64,7 +64,7 @@ public class GolgariThug extends CardImpl<GolgariThug> {
|
|||
|
||||
// When Golgari Thug dies, put target creature card from your graveyard on top of your library.
|
||||
Ability ability = new DiesTriggeredAbility(new PutOnLibraryTargetEffect(true));
|
||||
ability.addTarget(new TargetCardInYourGraveyard(filter));
|
||||
ability.addTarget(new TargetCardInYourGraveyard(filter, true));
|
||||
this.addAbility(ability);
|
||||
// Dredge 4
|
||||
this.addAbility(new DredgeAbility(4));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue