Add 'EDH power level' rating to Commander tables

This commit is contained in:
spjspj 2016-11-22 19:30:02 +11:00
parent 713854bb43
commit 1fd3ab68b6
2 changed files with 2 additions and 1 deletions

View file

@ -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")

View file

@ -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);