mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00: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…
Reference in a new issue