1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-09 09:11:05 -09:00

minor housekeeping

This commit is contained in:
spjspj 2017-04-12 16:05:54 +10:00
parent ea98f96a92
commit 171c3997e6

View file

@ -181,7 +181,7 @@ 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);";
}
}
}