mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
- Fixed the Outcome of Blightning
This commit is contained in:
parent
eb51aa63da
commit
1b80ecb7b4
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
package mage.cards.b;
|
package mage.cards.b;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
@ -44,7 +43,7 @@ public final class Blightning extends CardImpl {
|
||||||
class BlightningEffect extends OneShotEffect {
|
class BlightningEffect extends OneShotEffect {
|
||||||
|
|
||||||
BlightningEffect() {
|
BlightningEffect() {
|
||||||
super(Outcome.Benefit);
|
super(Outcome.Detriment);
|
||||||
this.staticText = "That player or that planeswalker's controller discards two cards.";
|
this.staticText = "That player or that planeswalker's controller discards two cards.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue