mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix [EOE] Illvoi Light Jammer's Mana Cost
This commit is contained in:
parent
35e0ca2561
commit
c20a5110ca
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import java.util.UUID;
|
|||
public final class IllvoiLightJammer extends CardImpl {
|
||||
|
||||
public IllvoiLightJammer(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{R}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{1}{U}");
|
||||
|
||||
this.subtype.add(SubType.EQUIPMENT);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue