mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix verify failure
This commit is contained in:
parent
3836805d41
commit
030809ac73
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import java.util.UUID;
|
|||
public final class PlacidRottentail extends CardImpl {
|
||||
|
||||
public PlacidRottentail(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{B}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{G}");
|
||||
|
||||
this.subtype.add(SubType.FUNGUS);
|
||||
this.subtype.add(SubType.RABBIT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue