mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Fixed Dowsing Dagger token
This commit is contained in:
parent
b819803a4f
commit
e646c75487
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class DefenderPlantToken extends Token {
|
|||
cardType.add(CardType.CREATURE);
|
||||
subtype.add(SubType.PLANT);
|
||||
power = new MageInt(0);
|
||||
toughness = new MageInt(1);
|
||||
toughness = new MageInt(2);
|
||||
|
||||
this.addAbility(DefenderAbility.getInstance());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue