mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fixed a test failure
This commit is contained in:
parent
ee027c0d73
commit
7d2b1b4ade
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public final class PestilentCauldron extends ModalDoubleFacesCard {
|
|||
ownerId, setInfo,
|
||||
new CardType[]{CardType.ARTIFACT}, new SubType[]{}, "{2}{B}",
|
||||
"Restorative Burst",
|
||||
new CardType[]{CardType.ARTIFACT}, new SubType[]{}, "{3}{G}{G}"
|
||||
new CardType[]{CardType.SORCERY}, new SubType[]{}, "{3}{G}{G}"
|
||||
);
|
||||
|
||||
// 1.
|
||||
|
|
Loading…
Reference in a new issue