- little text fix Huatli, the Sun's Heart

This commit is contained in:
Jeff 2019-04-24 16:08:03 -05:00
parent 21c99fae3b
commit c92c4db608

View file

@ -35,7 +35,7 @@ public final class HuatliTheSunsHeart extends CardImpl {
// -3: You gain life equal to the greatest toughness among creatures you control.
this.addAbility(new LoyaltyAbility(new GainLifeEffect(
GreatestToughnessAmongControlledCreaturesValue.instance,
"You gain life equal to the greatest power among creatures you control"
"You gain life equal to the greatest toughness among creatures you control"
), -3));
}