mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
small change
This commit is contained in:
parent
a0ce8e3b35
commit
b40078be58
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue