mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Add 'EDH power level' rating to Commander tables
This commit is contained in:
parent
713854bb43
commit
1fd3ab68b6
2 changed files with 2 additions and 1 deletions
|
@ -517,6 +517,7 @@ public class Commander extends Constructed {
|
|||
|| cn.equals("iona, shield of emeria")
|
||||
|| cn.equals("jin-gitaxias, core augur")
|
||||
|| cn.equals("karador, ghost chieftain")
|
||||
|| cn.equals("leovold, emissary of trest")
|
||||
|| cn.equals("linvala, keeper of silence")
|
||||
|| cn.equals("llawan, cephalid empress")
|
||||
|| cn.equals("memnarch")
|
||||
|
|
|
@ -61,7 +61,7 @@ public class AkiriLineSlinger extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{R}{W}");
|
||||
|
||||
this.supertype.add("Legendary");
|
||||
this.subtype.add("Kod");
|
||||
this.subtype.add("Kor");
|
||||
this.subtype.add("Soldier");
|
||||
this.subtype.add("Ally");
|
||||
this.power = new MageInt(0);
|
||||
|
|
Loading…
Reference in a new issue