* Otherworldly Journey - Fixed the missing Arcane subtype.

This commit is contained in:
LevelX2 2013-08-06 17:12:37 +02:00
parent 2dccefde1e
commit ff575f5d66

View file

@ -55,6 +55,7 @@ public class OtherworldlyJourney extends CardImpl<OtherworldlyJourney> {
public OtherworldlyJourney(UUID ownerId) {
super(ownerId, 37, "Otherworldly Journey", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{1}{W}");
this.expansionSetCode = "CHK";
this.subtype.add("Arcane");
this.color.setWhite(true);
// Exile target creature. At the beginning of the next end step, return that card to the battlefield under its owner's control with a +1/+1 counter on it.
this.getSpellAbility().addEffect(new OtherworldlyJourneyEffect());