mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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;
|
||||
|
||||
import java.util.UUID;
|
||||
|
@ -44,7 +43,7 @@ public final class Blightning extends CardImpl {
|
|||
class BlightningEffect extends OneShotEffect {
|
||||
|
||||
BlightningEffect() {
|
||||
super(Outcome.Benefit);
|
||||
super(Outcome.Detriment);
|
||||
this.staticText = "That player or that planeswalker's controller discards two cards.";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue