fix expansion selection option
This commit is contained in:
parent
68cb4da040
commit
763e317e4a
@ -124,6 +124,8 @@ class DominionTabs:
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def getType(cls, typespec):
|
def getType(cls, typespec):
|
||||||
|
if typespec == 'Expansion':
|
||||||
|
return typespec
|
||||||
mapped_spec = tuple([cls.language_mapping[t] for t in typespec])
|
mapped_spec = tuple([cls.language_mapping[t] for t in typespec])
|
||||||
return cls.cardTypes[mapped_spec]
|
return cls.cardTypes[mapped_spec]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user