mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
updated card generation template to reflect typo fix
This commit is contained in:
parent
809e75af75
commit
e9a2609cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ package mage.cards.[=$cardNameFirstLetter=];
|
||||||
import java.util.UUID;[=
|
import java.util.UUID;[=
|
||||||
if ($power || $power eq 0) {
|
if ($power || $power eq 0) {
|
||||||
if ($planeswalker eq 'true') {
|
if ($planeswalker eq 'true') {
|
||||||
$OUT .= "\nimport mage.abilities.common.PlanswalkerEntersWithLoyalityCountersAbility;"
|
$OUT .= "\nimport mage.abilities.common.PlaneswalkerEntersWithLoyalityCountersAbility;"
|
||||||
}else {
|
}else {
|
||||||
$OUT .= "\nimport mage.MageInt;"
|
$OUT .= "\nimport mage.MageInt;"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue