mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
small verify fix
This commit is contained in:
parent
d7914bca44
commit
30246732b8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import mage.watchers.Watcher;
|
|||
public final class PalladiaMorsTheRuiner extends CardImpl {
|
||||
|
||||
public PalladiaMorsTheRuiner(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{W}{R}{G}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{R}{G}{W}");
|
||||
|
||||
this.addSuperType(SuperType.LEGENDARY);
|
||||
this.subtype.add(SubType.ELDER);
|
||||
|
|
Loading…
Reference in a new issue