mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Merge pull request #2620 from spjspj/master
Add 'EDH power level' rating to Commander tables
This commit is contained in:
commit
d4493ac5f0
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