mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
* Quest for the Goblin Lord - Fixed rule text.
This commit is contained in:
parent
33beb8245e
commit
abf4d2ea3b
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.cards.q;
|
||||
|
||||
import java.util.UUID;
|
||||
|
|
@ -26,7 +25,7 @@ public final class QuestForTheGoblinLord extends CardImpl {
|
|||
|
||||
private static final String rule = "As long as {this} has five or more quest counters on it, creatures you control get +2/+0";
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent();
|
||||
private static final FilterPermanent goblinFilter = new FilterControlledCreaturePermanent();
|
||||
private static final FilterPermanent goblinFilter = new FilterControlledCreaturePermanent("a Goblin");
|
||||
|
||||
static {
|
||||
filter.add(new ControllerPredicate(TargetController.YOU));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue