mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 15:02:13 -08:00
Fixed not working PickAmount window (not visible)
This commit is contained in:
parent
cd57fcf94f
commit
0c38fffdef
2 changed files with 4 additions and 3 deletions
|
|
@ -44,6 +44,7 @@ public class ArcLightning extends CardImpl {
|
|||
public ArcLightning(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId,setInfo,new CardType[]{CardType.SORCERY},"{2}{R}");
|
||||
|
||||
// Arc Lightning deals 3 damage divided as you choose among one, two, or three target creatures and/or players.
|
||||
this.getSpellAbility().addEffect(new DamageMultiEffect(3));
|
||||
this.getSpellAbility().addTarget(new TargetCreatureOrPlayerAmount(3));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue