mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
* Dragonlord Kolaghan - Fixed wrong power (was 5 instead of 6).
This commit is contained in:
parent
2d53caf197
commit
8c346c22cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue