forked from External/mage
fix Diresight
This commit is contained in:
parent
44d39d2b9a
commit
f3f2c3cf66
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public final class Diresight extends CardImpl {
|
|||
|
||||
// Surveil 2, then draw two cards. You lose 2 life.
|
||||
this.getSpellAbility().addEffect(new SurveilEffect(2, false));
|
||||
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(1).concatBy(", then"));
|
||||
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(2).concatBy(", then"));
|
||||
this.getSpellAbility().addEffect(new LoseLifeSourceControllerEffect(2));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue