diff --git a/data/magic.mse-game/card_fields b/data/magic.mse-game/card_fields index 75400810..cbbc225b 100644 --- a/data/magic.mse-game/card_fields +++ b/data/magic.mse-game/card_fields @@ -260,13 +260,13 @@ card field: name: loyalty cost 4 show statistics: false description: The loyalty cost for the fourth ability of a planeswalker - default: {if card.power == "" then card.power_2 else card.power} #For back compatibility with past templates. Take out a couple versions after 0.3.8 + default: if card.power_2 !="" then card.power_2 else card.power #For back compatibility with past templates. Take out a couple versions after 0.3.8 card field: type: text name: loyalty cost 5 show statistics: false description: The loyalty cost for the fifth ability of a planeswalker - default: {card.toughness_2} #For back compatibility with past templates. Take out a couple versions after 0.3.8 + default: card.toughness_2 #For back compatibility with past templates. Take out a couple versions after 0.3.8 ############################# PT card field: type: text