forked from External/mage
[MKM] fix Loxodon Eavesdropper duration
This commit is contained in:
parent
b04c7885fe
commit
7d445b9597
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public final class LoxodonEavesdropper extends CardImpl {
|
|||
|
||||
// Whenever you draw your second card each turn, Loxodon Eavesdropper gets +1/+1 and gains vigilance until end of turn.
|
||||
Ability ability = new DrawNthCardTriggeredAbility(
|
||||
new BoostSourceEffect(1, 1, Duration.EndOfGame)
|
||||
new BoostSourceEffect(1, 1, Duration.EndOfTurn)
|
||||
.setText("{this} gets +1/+1"),
|
||||
false, 2
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue