forked from External/mage
fix verify failure
This commit is contained in:
parent
fbacc50901
commit
9e5f0462fe
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import java.util.UUID;
|
|||
*/
|
||||
public class RiveteersConfluence extends CardImpl {
|
||||
|
||||
private static final FilterPermanent damageFilter = new FilterCreatureOrPlaneswalkerPermanent("creature and planeswalker you don’t control");
|
||||
private static final FilterPermanent damageFilter = new FilterCreatureOrPlaneswalkerPermanent("creature and planeswalker you don't control");
|
||||
|
||||
static {
|
||||
damageFilter.add(TargetController.NOT_YOU.getControllerPredicate());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue