mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 04:12:14 -08:00
fix card type on [SWS] Force Drain (#12306)
This commit is contained in:
parent
e402f41e80
commit
8dfafad95c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import java.util.UUID;
|
|||
public final class ForceDrain extends CardImpl {
|
||||
|
||||
public ForceDrain(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{2}{B}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{2}{B}");
|
||||
|
||||
// ForceDrain deals 2 damage to any target. If player was dealt damage this way, you gain 2 life.
|
||||
this.getSpellAbility().addTarget(new TargetAnyTarget());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue