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