mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Update the text of Goblin Burrows
This commit is contained in:
parent
c570f3b637
commit
40d2eabedb
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
*/
|
||||
public class GoblinBurrows extends CardImpl {
|
||||
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Goblin");
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Goblin creature");
|
||||
|
||||
static {
|
||||
filter.add(new SubtypePredicate(("Goblin")));
|
||||
|
|
Loading…
Reference in a new issue