mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
[ELD] fixed Midnight Clock error (fixes #7168)
This commit is contained in:
parent
e7fbfe0d8e
commit
76324b080e
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ public class BeginningOfUpkeepTriggeredAbility extends TriggeredAbilityImpl {
|
|||
break;
|
||||
case ANY:
|
||||
case ACTIVE:
|
||||
case EACH_PLAYER:
|
||||
if (setTargetPointer && getTargets().isEmpty()) {
|
||||
for (Effect effect : this.getEffects()) {
|
||||
effect.setTargetPointer(new FixedTarget(event.getPlayerId()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue