mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
- Text fix
This commit is contained in:
parent
9ede6ae9b5
commit
6b14c5a4d3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
*/
|
||||
public final class BreakOpen extends CardImpl {
|
||||
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Face-down creature an opponent controls");
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("face-down creature an opponent controls");
|
||||
|
||||
static {
|
||||
filter.add(FaceDownPredicate.instance);
|
||||
|
|
Loading…
Reference in a new issue