mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
small text fix
This commit is contained in:
parent
d2f41405b7
commit
ea5155bb34
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ import mage.target.common.TargetCreatureOrPlaneswalkerAmount;
|
|||
*/
|
||||
public class DragonlordAtarka extends CardImpl {
|
||||
|
||||
private static final FilterCreatureOrPlaneswalkerPermanent filter = new FilterCreatureOrPlaneswalkerPermanent("creatures and/or planeswalkers your opponents control");
|
||||
private static final FilterCreatureOrPlaneswalkerPermanent filter = new FilterCreatureOrPlaneswalkerPermanent("target creatures and/or planeswalkers your opponents control");
|
||||
|
||||
static {
|
||||
filter.add(new ControllerPredicate(TargetController.OPPONENT));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue