* Dragonlord Kolaghan - Fixed wrong power (was 5 instead of 6).

This commit is contained in:
LevelX2 2015-03-19 08:08:06 +01:00
parent 2d53caf197
commit 8c346c22cb

View file

@ -60,7 +60,7 @@ public class DragonlordKolaghan extends CardImpl {
this.supertype.add("Legendary");
this.subtype.add("Elder");
this.subtype.add("Dragon");
this.power = new MageInt(5);
this.power = new MageInt(6);
this.toughness = new MageInt(5);
// Flying