mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Fixed misspelled text
This commit is contained in:
parent
1de8321f44
commit
43d1dfc0ef
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ import mage.players.Player;
|
|||
*/
|
||||
public class GreatbowDoyen extends CardImpl<GreatbowDoyen> {
|
||||
|
||||
private final static FilterCreaturePermanent filter = new FilterCreaturePermanent("Archer creatures you controll");
|
||||
private final static FilterCreaturePermanent filter = new FilterCreaturePermanent("Archer creatures you control");
|
||||
|
||||
static {
|
||||
filter.add(new ControllerPredicate(Constants.TargetController.YOU));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue