mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
Changed type to Sorcery
This commit is contained in:
parent
687d94056f
commit
6679a680fd
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ import mage.target.targetpointer.FixedTarget;
|
|||
public class PsychicPurge extends CardImpl {
|
||||
|
||||
public PsychicPurge(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{U}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{U}");
|
||||
|
||||
// Psychic Purge deals 1 damage to target creature or player.
|
||||
this.getSpellAbility().addEffect(new DamageTargetEffect(1));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue