diff --git a/mtg.py b/mtg.py index 65109c9..d9ab88c 100644 --- a/mtg.py +++ b/mtg.py @@ -170,6 +170,7 @@ class Card: 'U': 'Uncommon', 'R': 'Rare', 'M': 'Mythic Rare', + 'S': 'Special', } def __init__(self, name, type, attributes, cost=0, power=0, toughness=0, sets=None, rarity=None, text=[], owner=None):