forked from External/mage
Merge pull request #4978 from magefree/rystan-patch-1
Fix Triumph Of Ferocity rule text
This commit is contained in:
commit
38ee5c3d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ import mage.constants.TargetController;
|
|||
*/
|
||||
public class TriumphOfFerocity extends CardImpl {
|
||||
|
||||
private static final String ruleText = "draw a card if you control the creature with the greatest power or tied for the greatest power";
|
||||
private static final String ruleText = "At the beginning of your upkeep, draw a card if you control the creature with the greatest power or tied for the greatest power";
|
||||
|
||||
public TriumphOfFerocity(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId,setInfo,new CardType[]{CardType.ENCHANTMENT},"{2}{G}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue