mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Venser, the Sojourner - Fixed that it's first ability did wrongly filter for creature permanents instead of only permanents.
This commit is contained in:
parent
97a1b0130c
commit
4f18e1ad71
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ import mage.target.targetpointer.FixedTarget;
|
|||
*/
|
||||
public class VenserTheSojourner extends CardImpl {
|
||||
|
||||
private static final FilterPermanent filter = new FilterCreaturePermanent("permanent you own");
|
||||
private static final FilterPermanent filter = new FilterPermanent("permanent you own");
|
||||
|
||||
static {
|
||||
filter.add(new OwnerPredicate(TargetController.YOU));
|
||||
|
|
Loading…
Reference in a new issue