mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08: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…
Add table
Add a link
Reference in a new issue