mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
missing addAbility
This commit is contained in:
parent
b0249eb0b0
commit
99fac46ec0
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ public class KuldothaFlamefiend extends CardImpl<KuldothaFlamefiend> {
|
|||
ability.addEffect(new DamageMultiEffect(4));
|
||||
ability.addTarget(new TargetCreatureOrPlayerAmount(4));
|
||||
ability.addTarget(new TargetArtifactPermanent());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
public KuldothaFlamefiend(final KuldothaFlamefiend card) {
|
||||
|
|
Loading…
Reference in a new issue