mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
updated some more more oracle text
This commit is contained in:
parent
6b8d4b0e91
commit
ddf5aa3b4e
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue