mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -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;[=
|
||||
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…
Add table
Add a link
Reference in a new issue