mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00: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;[=
|
||||
if ($power || $power eq 0) {
|
||||
if ($planeswalker eq 'true') {
|
||||
$OUT .= "\nimport mage.abilities.common.PlanswalkerEntersWithLoyalityCountersAbility;"
|
||||
$OUT .= "\nimport mage.abilities.common.PlaneswalkerEntersWithLoyalityCountersAbility;"
|
||||
}else {
|
||||
$OUT .= "\nimport mage.MageInt;"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue