mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
Fix Caretaker's Talent level 3 cost.
This commit is contained in:
parent
46dff2ea7a
commit
38ae449a17
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public final class CaretakersTalent extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// {3}{W}: Level 3
|
||||
this.addAbility(new ClassLevelAbility(3, "{2}{W}"));
|
||||
this.addAbility(new ClassLevelAbility(3, "{3}{W}"));
|
||||
|
||||
// Creature tokens you control get +2/+2.
|
||||
this.addAbility(new SimpleStaticAbility(new GainClassAbilitySourceEffect(new BoostControlledEffect(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue