updated some more more oracle text

This commit is contained in:
Evan Kranzler 2018-04-20 17:02:09 -04:00
parent 6b8d4b0e91
commit ddf5aa3b4e
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ import mage.constants.Duration;
public class FerventCharge extends CardImpl {
public FerventCharge(UUID ownerId, CardSetInfo setInfo) {
super(ownerId,setInfo,new CardType[]{CardType.ENCHANTMENT},"{1}{W}{B}{R}");
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{1}{R}{W}{B}");
// Whenever a creature you control attacks, it gets +2/+2 until end of turn.
Effect effect = new BoostTargetEffect(2, 2, Duration.EndOfTurn);

View file

@ -56,7 +56,7 @@ import mage.watchers.Watcher;
public class KaradorGhostChieftain extends CardImpl {
public KaradorGhostChieftain(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{5}{B}{G}{W}");
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{5}{W}{B}{G}");
addSuperType(SuperType.LEGENDARY);
this.subtype.add(SubType.CENTAUR);
this.subtype.add(SubType.SPIRIT);