Merge pull request #4978 from magefree/rystan-patch-1

Fix Triumph Of Ferocity rule text
This commit is contained in:
theelk801 2018-05-28 15:13:31 -04:00 committed by GitHub
commit 38ee5c3d9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}");