From 4e18bd3e894e48e580bc92192b7a2f535e2615ca Mon Sep 17 00:00:00 2001 From: pichoro Date: Thu, 23 Jul 2009 15:41:37 +0000 Subject: [PATCH] Oops. Made some mistakes with some defaults I just added. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1411 0fc631ac-6414-0410-93d0-97cfa31319b6 --- data/magic.mse-game/card_fields | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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