fix expansion selection option
This commit is contained in:
parent
558443925d
commit
23aedeef84
@ -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