From b40078be5833a0b3927fe76eafe683b16091fdcb Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Thu, 7 Sep 2017 18:20:16 -0400 Subject: [PATCH] small change --- Utils/cardClass.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Utils/cardClass.tmpl b/Utils/cardClass.tmpl index 587020011c..5b676d1309 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;