mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
- little text fix Huatli, the Sun's Heart
This commit is contained in:
parent
21c99fae3b
commit
c92c4db608
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public final class HuatliTheSunsHeart extends CardImpl {
|
||||||
// -3: You gain life equal to the greatest toughness among creatures you control.
|
// -3: You gain life equal to the greatest toughness among creatures you control.
|
||||||
this.addAbility(new LoyaltyAbility(new GainLifeEffect(
|
this.addAbility(new LoyaltyAbility(new GainLifeEffect(
|
||||||
GreatestToughnessAmongControlledCreaturesValue.instance,
|
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));
|
), -3));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue