mirror of
https://github.com/correl/mage.git
synced 2025-01-14 03:00:10 +00:00
Fix Sunbird's Invocation
This commit is contained in:
parent
3a3ca3ba96
commit
8b1ec81c7a
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class SunbirdsInvocationEffect extends OneShotEffect {
|
|||
|
||||
public SunbirdsInvocationEffect() {
|
||||
super(Outcome.PutCardInPlay);
|
||||
staticText = "Reveal the top X cards of your library, where X is that spell's converted mana cost. You may cast a card revealed this way with converted mana cost X or less without paying its mana cost. Put the rest on the bottom of your library in a random order";
|
||||
staticText = "reveal the top X cards of your library, where X is that spell's converted mana cost. You may cast a card revealed this way with converted mana cost X or less without paying its mana cost. Put the rest on the bottom of your library in a random order";
|
||||
}
|
||||
|
||||
public SunbirdsInvocationEffect(final SunbirdsInvocationEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue