mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
* Sliversmith - Fixed token name.
This commit is contained in:
parent
aa1eb354ef
commit
e611b48ea9
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class Sliversmith extends CardImpl {
|
|||
class SliversmithToken extends Token {
|
||||
|
||||
SliversmithToken() {
|
||||
super("Sliver", "a 1/1 colorless Sliver creature token");
|
||||
super("Metallic Sliver", "a 1/1 colorless Sliver creature token named Metallic Sliver");
|
||||
cardType.add(CardType.CREATURE);
|
||||
cardType.add(CardType.ARTIFACT);
|
||||
subtype.add("Sliver");
|
||||
|
|
Loading…
Reference in a new issue