small change

This commit is contained in:
Evan Kranzler 2017-09-07 18:20:16 -04:00
parent a0ce8e3b35
commit b40078be58

View file

@ -37,6 +37,9 @@ if ($power || $power eq 0) {
if ($hasSubTypes eq 'true') { if ($hasSubTypes eq 'true') {
$OUT .="\nimport mage.constants.SubType;" $OUT .="\nimport mage.constants.SubType;"
} }
if ($hasSuperTypes eq 'true') {
$OUT .="\nimport mage.constants.SuperType;"
}
} }
=][=$abilitiesImports=] =][=$abilitiesImports=]
import mage.cards.CardImpl; import mage.cards.CardImpl;