mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
- Fixed typo
This commit is contained in:
parent
1c93c3d5ab
commit
27dec0cacb
1 changed files with 1 additions and 1 deletions
|
@ -102,8 +102,8 @@ public class EntersBattlefieldAllTriggeredAbility extends TriggeredAbilityImpl {
|
|||
for (Effect effect : this.getEffects()) {
|
||||
effect.setTargetPointer(new FixedTarget(event.getTargetId()));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue