1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-01-16 11:08:00 +00:00

Fix Sunbird's Invocation

This commit is contained in:
spjspj 2017-09-17 23:29:24 +10:00
parent 3a3ca3ba96
commit 8b1ec81c7a

View file

@ -111,7 +111,7 @@ class SunbirdsInvocationEffect extends OneShotEffect {
public SunbirdsInvocationEffect() { public SunbirdsInvocationEffect() {
super(Outcome.PutCardInPlay); 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) { public SunbirdsInvocationEffect(final SunbirdsInvocationEffect effect) {