From c92c4db608683bea3df4a4962fd5db1020fc3c99 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 24 Apr 2019 16:08:03 -0500 Subject: [PATCH] - little text fix Huatli, the Sun's Heart --- Mage.Sets/src/mage/cards/h/HuatliTheSunsHeart.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }