mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
* The Abyss - Fixed target choosing of players not controlling the Abyss concerning hexproof / shroud.
This commit is contained in:
parent
fcc97c3f4c
commit
e708061c5a
1 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,8 @@ class TheAbyssTriggeredAbility extends TriggeredAbilityImpl {
|
|||
filter.add(Predicates.not(new CardTypePredicate(CardType.ARTIFACT)));
|
||||
filter.add(new ControllerIdPredicate(player.getId()));
|
||||
Target target = new TargetCreaturePermanent(filter);
|
||||
target.setAbilityController(getControllerId());
|
||||
target.setTargetController(player.getId());
|
||||
this.getTargets().clear();
|
||||
this.getTargets().add(target);
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue