forked from External/mage
- Text fix.
This commit is contained in:
parent
67415c0faf
commit
87b0b95036
1 changed files with 2 additions and 2 deletions
|
|
@ -117,8 +117,8 @@ class FrayingSanityEffect extends OneShotEffect {
|
|||
int xAmount = 0;
|
||||
|
||||
public FrayingSanityEffect() {
|
||||
super(Outcome.LoseLife);
|
||||
this.staticText = "enchanted player puts the top X cards of his or her library into his or her graveyard, blah blah";
|
||||
super(Outcome.Detriment);
|
||||
this.staticText = "";
|
||||
}
|
||||
|
||||
public FrayingSanityEffect(final FrayingSanityEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue