mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
text fixes
This commit is contained in:
parent
463bfa730a
commit
e449282c8f
9 changed files with 19 additions and 33 deletions
|
|
@ -14,7 +14,7 @@ import mage.target.common.TargetAnyTarget;
|
|||
public final class RockToken extends TokenImpl {
|
||||
|
||||
public RockToken() {
|
||||
super("Rock", "artifact equipment token named Rock with \"Equipped creature has '{1}, {T}, Sacrifice Rock: This creature deals 2 damage to any target'\" and equip {1}");
|
||||
super("Rock", "colorless Equipment artifact token named Rock with \"Equipped creature has '{1}, {T}, Sacrifice Rock: This creature deals 2 damage to any target'\" and equip {1}");
|
||||
cardType.add(CardType.ARTIFACT);
|
||||
subtype.add(SubType.EQUIPMENT);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue