mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +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,
|
||||
false,
|
||||
true,
|
||||
new PermanentsOnBattlefieldCount()
|
||||
new PermanentsOnBattlefieldCount(filter)
|
||||
).setText(
|
||||
"prevent the next X damage "
|
||||
+ "that would be dealt to target creature this turn, "
|
||||
|
|
Loading…
Reference in a new issue