mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
[KHM] fixed a test failure
This commit is contained in:
parent
d5c2e956e6
commit
ece42cc243
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ public final class ToralfGodOfFury extends ModalDoubleFacesCard {
|
||||||
public ToralfGodOfFury(UUID ownerId, CardSetInfo setInfo) {
|
public ToralfGodOfFury(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo,
|
super(ownerId, setInfo,
|
||||||
new CardType[]{CardType.CREATURE}, new SubType[]{SubType.GOD}, "{2}{R}{R}",
|
new CardType[]{CardType.CREATURE}, new SubType[]{SubType.GOD}, "{2}{R}{R}",
|
||||||
"", new CardType[]{CardType.ARTIFACT}, new SubType[]{SubType.EQUIPMENT}, "{1}{R}"
|
"Toralf's Hammer", new CardType[]{CardType.ARTIFACT}, new SubType[]{SubType.EQUIPMENT}, "{1}{R}"
|
||||||
);
|
);
|
||||||
|
|
||||||
// 1.
|
// 1.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue