mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Polymorphous Rush - Fixed wrong target description.
This commit is contained in:
parent
c587a08f6a
commit
8073d2e3f7
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ import mage.util.functions.EmptyApplyToPermanent;
|
|||
*/
|
||||
public class PolymorphousRush extends CardImpl {
|
||||
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("creature an opponent controls");
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("creature you control");
|
||||
|
||||
static {
|
||||
filter.add(new ControllerPredicate(TargetController.YOU));
|
||||
|
|
Loading…
Reference in a new issue