mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08: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…
Add table
Add a link
Reference in a new issue