mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
correct damage amount on Frolicking Familiar
This commit is contained in:
parent
8fde855026
commit
60bdfc9f1b
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public final class FrolickingFamiliar extends AdventureCard {
|
|||
|
||||
// Blow Off Steam
|
||||
// Blow Off Steam deals 1 damage to any target.
|
||||
this.getSpellCard().getSpellAbility().addEffect(new DamageTargetEffect(2));
|
||||
this.getSpellCard().getSpellAbility().addEffect(new DamageTargetEffect(1));
|
||||
this.getSpellCard().getSpellAbility().addTarget(new TargetAnyTarget());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue