fix verify failure

This commit is contained in:
Evan Kranzler 2022-10-30 20:51:53 -04:00
parent d7884143de
commit d387889651

View file

@ -41,7 +41,7 @@ public final class TransmograntsCrown extends CardImpl {
"{2} or {B}",
new GenericManaCost(2),
new ManaCostsImpl<>("{B}")
)
), false
));
}