mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
* Scourge of Geier Reach - Fixed incomplete tooltip text.
This commit is contained in:
parent
aca7cf6930
commit
380ea014b2
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ import mage.filter.predicate.permanent.ControllerPredicate;
|
|||
*/
|
||||
public class ScourgeOfGeierReach extends CardImpl<ScourgeOfGeierReach> {
|
||||
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("");
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("for each creature your opponents control");
|
||||
|
||||
static {
|
||||
filter.add(new ControllerPredicate(TargetController.OPPONENT));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue