Include 'Land' in the rarity list
This commit is contained in:
parent
621d5da79b
commit
02af7174c2
1 changed files with 1 additions and 0 deletions
1
mtg.py
1
mtg.py
|
@ -165,6 +165,7 @@ class Player:
|
|||
|
||||
class Card:
|
||||
rarities = {
|
||||
'L': 'Land',
|
||||
'C': 'Common',
|
||||
'U': 'Uncommon',
|
||||
'R': 'Rare',
|
||||
|
|
Loading…
Reference in a new issue