mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Fix yet another copy-paste error
This commit is contained in:
parent
8366ce3b8d
commit
01d724ff3b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue