mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
commit
316693c064
1 changed files with 2 additions and 2 deletions
|
@ -181,12 +181,12 @@ while ($type =~ m/([a-zA-Z]+)( )*/g) {
|
|||
$vars{'subType'} .= "\n this.subtype.add(\"$1\");";
|
||||
} else {
|
||||
my $st = uc($1);
|
||||
$vars{'subType'} .= "\n addSuperType(Supertype.$st);";
|
||||
$vars{'subType'} .= "\n addSuperType(SuperType.$st);";
|
||||
}
|
||||
}
|
||||
}
|
||||
$vars{'type'} = join(', ', @types);
|
||||
|
||||
$vars{'type'} = join(', ', @types);
|
||||
$vars{'abilitiesImports'} = '';
|
||||
$vars{'abilities'} = '';
|
||||
|
||||
|
|
Loading…
Reference in a new issue