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