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