mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Sync old changes
This commit is contained in:
parent
caf1a98759
commit
270ec615af
4 changed files with 35 additions and 17 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.game.permanent.token;
|
||||
|
||||
import mage.constants.CardType;
|
||||
|
|
@ -24,6 +23,8 @@ public final class Wurm1Token extends TokenImpl {
|
|||
power = new MageInt(3);
|
||||
toughness = new MageInt(3);
|
||||
this.addAbility(DeathtouchAbility.getInstance());
|
||||
|
||||
setTokenType(1); // for image
|
||||
}
|
||||
|
||||
public Wurm1Token(final Wurm1Token token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue