mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
[KHM] Tergrid, God of Fright - Fixed mana cost
This commit is contained in:
parent
17b455426e
commit
b5495a6465
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public final class TergridGodOfFright extends ModalDoubleFacesCard {
|
|||
|
||||
public TergridGodOfFright(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo,
|
||||
new CardType[]{CardType.CREATURE}, new SubType[]{SubType.GOD}, "{3}{B}{B}{B}",
|
||||
new CardType[]{CardType.CREATURE}, new SubType[]{SubType.GOD}, "{3}{B}{B}",
|
||||
"Tergrid's Lantern", new CardType[]{CardType.ARTIFACT}, new SubType[]{}, "{3}{B}"
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue