Added arena_id method to cards
This commit is contained in:
parent
f83f2768d4
commit
512491235a
|
@ -383,3 +383,8 @@ class CardsObject(object):
|
||||||
self._checkForKey('flavor_text')
|
self._checkForKey('flavor_text')
|
||||||
|
|
||||||
return self.scryfallJson['flavor_text']
|
return self.scryfallJson['flavor_text']
|
||||||
|
|
||||||
|
def arena_id(self):
|
||||||
|
self._checkForKey('arena_id')
|
||||||
|
|
||||||
|
return self.scryfallJson['arena_id']
|
||||||
|
|
Loading…
Reference in New Issue