mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00: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> {
|
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 {
|
static {
|
||||||
filter.add(new ControllerPredicate(TargetController.OPPONENT));
|
filter.add(new ControllerPredicate(TargetController.OPPONENT));
|
||||||
|
|
Loading…
Reference in a new issue