Fix yet another copy-paste error

This commit is contained in:
LoneFox 2015-06-25 10:45:49 +03:00
parent 8366ce3b8d
commit 01d724ff3b

View file

@ -75,7 +75,7 @@ public class OpalArchangel extends CardImpl {
class OpalArchangelToken extends Token {
public OpalArchangelToken() {
super("Angel", "a 3/3 Angel creature with flying and vigilance");
super("Angel", "a 5/5 Angel creature with flying and vigilance");
cardType.add(CardType.CREATURE);
subtype.add("Angel");
power = new MageInt(5);