From 853456377a96cda21d984bdfc023bf1b9df4a41c Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Tue, 15 Mar 2016 11:53:23 +0100 Subject: [PATCH] Avacyn, the Purifier - Added missing colro for the night side card. --- .../mage/sets/shadowsoverinnistrad/AvacynThePurifier.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/sets/shadowsoverinnistrad/AvacynThePurifier.java b/Mage.Sets/src/mage/sets/shadowsoverinnistrad/AvacynThePurifier.java index 8fd42bde7a..c09542d473 100644 --- a/Mage.Sets/src/mage/sets/shadowsoverinnistrad/AvacynThePurifier.java +++ b/Mage.Sets/src/mage/sets/shadowsoverinnistrad/AvacynThePurifier.java @@ -42,8 +42,8 @@ import mage.constants.Zone; * @author fireshoes */ public class AvacynThePurifier extends CardImpl { - - private static final String rule = "Whenever this creature transforms into Avacyn, the Purifier, it deals 3 damage to each other creature and each opponent"; + + private static final String rule = "Whenever this creature transforms into {this}, it deals 3 damage to each other creature and each opponent"; public AvacynThePurifier(UUID ownerId) { super(ownerId, 5, "Avacyn, the Purifier", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, ""); @@ -52,6 +52,7 @@ public class AvacynThePurifier extends CardImpl { this.subtype.add("Angel"); this.power = new MageInt(6); this.toughness = new MageInt(5); + this.color.setRed(true); // this card is the second face of double-faced card this.nightCard = true;