forked from External/mage
Fixed BeginningOfUpkeepTriggeredAbility
This commit is contained in:
parent
bcc66390d8
commit
099021fe18
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ public class BeginningOfUpkeepTriggeredAbility extends TriggeredAbilityImpl<Begi
|
|||
}
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
case ANY:
|
||||
for (Effect effect : this.getEffects()) {
|
||||
effect.setTargetPointer(new FixedTarget(event.getPlayerId()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue