diff --git a/Utils/cardClass.tmpl b/Utils/cardClass.tmpl index 587020011cd..5b676d13093 100644 --- a/Utils/cardClass.tmpl +++ b/Utils/cardClass.tmpl @@ -37,6 +37,9 @@ if ($power || $power eq 0) { if ($hasSubTypes eq 'true') { $OUT .="\nimport mage.constants.SubType;" } +if ($hasSuperTypes eq 'true') { + $OUT .="\nimport mage.constants.SuperType;" +} } =][=$abilitiesImports=] import mage.cards.CardImpl;