mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
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:
parent
fa0fe09192
commit
cac088abee
2 changed files with 13 additions and 2 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue