Skip to content

Commit

Permalink
Fix Caretaker's Talent level 3 cost.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grath committed Jan 25, 2025
1 parent 46dff2e commit 38ae449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/cards/c/CaretakersTalent.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public CaretakersTalent(UUID ownerId, CardSetInfo setInfo) {
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(
Expand Down

0 comments on commit 38ae449

Please sign in to comment.