spjspj - SWS Capture - wrong mana cost - If card in .dck file is borked due to wrong set/number, try loading based on name

This commit is contained in:
spjspj 2016-10-15 16:04:37 +11:00
parent fa0fe09192
commit cac088abee
2 changed files with 13 additions and 2 deletions

View file

@ -45,7 +45,7 @@ import mage.target.common.TargetCreaturePermanent;
public class Capture extends CardImpl {
public Capture(UUID ownerId, CardSetInfo setInfo) {
super(ownerId,setInfo,new CardType[]{CardType.SORCERY},"{R}");
super(ownerId,setInfo,new CardType[]{CardType.SORCERY},"{2}{R}");
// Gain control of target creature until end of turn.
this.getSpellAbility().addTarget(new TargetCreaturePermanent());