text fixes

This commit is contained in:
xenohedron 2023-12-17 21:18:40 -05:00
parent 463bfa730a
commit e449282c8f
9 changed files with 19 additions and 33 deletions

View file

@ -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);