mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
fixed a small error
This commit is contained in:
parent
b814d8746b
commit
042b58dc5d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public final class Tiamat extends CardImpl {
|
||||||
|
|
||||||
// When Tiamat enters the battlefield, if you cast it, search your library for up to five Dragon cards named Tiama that each have different names, reveal them, put them into your hand, then shuffle.
|
// When Tiamat enters the battlefield, if you cast it, search your library for up to five Dragon cards named Tiama that each have different names, reveal them, put them into your hand, then shuffle.
|
||||||
this.addAbility(new ConditionalInterveningIfTriggeredAbility(new EntersBattlefieldTriggeredAbility(
|
this.addAbility(new ConditionalInterveningIfTriggeredAbility(new EntersBattlefieldTriggeredAbility(
|
||||||
new SearchLibraryPutInHandEffect(new TiamatTarget(), true, true, )),
|
new SearchLibraryPutInHandEffect(new TiamatTarget(), true, true)),
|
||||||
CastFromEverywhereSourceCondition.instance, "When {this} enters the battlefield, " +
|
CastFromEverywhereSourceCondition.instance, "When {this} enters the battlefield, " +
|
||||||
"if you cast it, search your library for up to five Dragon cards not named Tiamat " +
|
"if you cast it, search your library for up to five Dragon cards not named Tiamat " +
|
||||||
"that each have different names, reveal them, put them into your hand, then shuffle."
|
"that each have different names, reveal them, put them into your hand, then shuffle."
|
||||||
|
|
Loading…
Reference in a new issue