mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
fixed Battlefield Medic
This commit is contained in:
parent
427461ebb0
commit
24829c83a4
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class BattlefieldMedic extends CardImpl {
|
||||||
Duration.EndOfTurn,
|
Duration.EndOfTurn,
|
||||||
false,
|
false,
|
||||||
true,
|
true,
|
||||||
new PermanentsOnBattlefieldCount()
|
new PermanentsOnBattlefieldCount(filter)
|
||||||
).setText(
|
).setText(
|
||||||
"prevent the next X damage "
|
"prevent the next X damage "
|
||||||
+ "that would be dealt to target creature this turn, "
|
+ "that would be dealt to target creature this turn, "
|
||||||
|
|
Loading…
Reference in a new issue