mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
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 {
|
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) {
|
public TriumphOfFerocity(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId,setInfo,new CardType[]{CardType.ENCHANTMENT},"{2}{G}");
|
super(ownerId,setInfo,new CardType[]{CardType.ENCHANTMENT},"{2}{G}");
|
||||||
|
|
Loading…
Reference in a new issue