[MKM] fix Loxodon Eavesdropper duration

This commit is contained in:
theelk801 2024-01-17 08:22:51 -05:00
parent b04c7885fe
commit 7d445b9597

View file

@ -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
);