diff --git a/Mage.Sets/src/mage/cards/h/HuatliTheSunsHeart.java b/Mage.Sets/src/mage/cards/h/HuatliTheSunsHeart.java index 89336f6c2a..f6e0b0a5a7 100644 --- a/Mage.Sets/src/mage/cards/h/HuatliTheSunsHeart.java +++ b/Mage.Sets/src/mage/cards/h/HuatliTheSunsHeart.java @@ -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)); }