forked from External/mage
* gen-card.pl - Fixed that Tribal is generated correctly as card type instead of super type.
This commit is contained in:
parent
22e51eb66d
commit
39f122acfd
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ $cardTypes{'Instant'} = 'CardType.INSTANT';
|
|||
$cardTypes{'Land'} = 'CardType.LAND';
|
||||
$cardTypes{'Sorcery'} = 'CardType.SORCERY';
|
||||
$cardTypes{'Planeswalker'} = 'CardType.PLANESWALKER';
|
||||
$cardTypes{'Tribal'} = 'CardType.TRIBAL';
|
||||
|
||||
my %raritiesConversion;
|
||||
$raritiesConversion{'C'} = 'COMMON';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue