mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Merge pull request #2322 from spjspj/master
KLD fixes - paradoxical outcome + bad forest
This commit is contained in:
commit
44d9836be9
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ import java.util.UUID;
|
|||
public class Forest1 extends mage.cards.basiclands.Forest {
|
||||
|
||||
public Forest1(UUID ownerId) {
|
||||
super(ownerId, 261);
|
||||
super(ownerId, 264);
|
||||
this.expansionSetCode = "KLD";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ class ParadoxicalOutcomeEffect extends OneShotEffect {
|
|||
|
||||
ParadoxicalOutcomeEffect() {
|
||||
super(Outcome.Benefit);
|
||||
this.staticText = "Return any number of target artifact cards from target player's graveyard to the top of his or her library in any order";
|
||||
this.staticText = "Return any number of target nonland, nontoken permanents you control to their owners' hands. Draw a card for each card returned to your hand this way";
|
||||
}
|
||||
|
||||
ParadoxicalOutcomeEffect(final ParadoxicalOutcomeEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue