Changed type to Sorcery

This commit is contained in:
Zzooouhh 2017-11-11 22:41:43 +01:00 committed by GitHub
parent 687d94056f
commit 6679a680fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));