mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
Fix number of cards Taigam lets you dig through (#5682)
This commit is contained in:
parent
2018505a62
commit
b5f92056ee
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public final class TaigamSidisisHand extends CardImpl {
|
|||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new SkipDrawStepEffect()));
|
||||
|
||||
// At the beginning of your upkeep, look at the top three cards of your library. Put one of them into your hand and the rest into your graveyard.
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(new LookLibraryAndPickControllerEffect(new StaticValue(4), false, new StaticValue(1),
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(new LookLibraryAndPickControllerEffect(new StaticValue(3), false, new StaticValue(1),
|
||||
StaticFilters.FILTER_CARD, Zone.GRAVEYARD, false, false, false, Zone.HAND, false), TargetController.YOU, false));
|
||||
|
||||
// {B}, {T}, Exile X cards from your graveyard: Target creature gets -X/-X until end of turn.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue