Include 'Land' in the rarity list

This commit is contained in:
Correl Roush 2010-07-01 18:11:39 -04:00
parent 621d5da79b
commit 02af7174c2

1
mtg.py
View file

@ -165,6 +165,7 @@ class Player:
class Card:
rarities = {
'L': 'Land',
'C': 'Common',
'U': 'Uncommon',
'R': 'Rare',