From 5d3595a56a89dc082762db7285c80c96dea9160a Mon Sep 17 00:00:00 2001 From: artfreakwiu Date: Sat, 15 Sep 2007 04:56:08 +0000 Subject: [PATCH] Fixed Tap Symbol Styling error - only new Tap symbol was appearing. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@701 0fc631ac-6414-0410-93d0-97cfa31319b6 --- data/magic-extended-art.mse-style/style | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/magic-extended-art.mse-style/style b/data/magic-extended-art.mse-style/style index 75384f66..897046f6 100644 --- a/data/magic-extended-art.mse-style/style +++ b/data/magic-extended-art.mse-style/style @@ -30,9 +30,9 @@ init script: # Use the normal tap symbol mana_t := { - if styling.tap_symbol == "old" then "mana_t_old.png" - else if styling.tap_symbol == "diagonal T" then "mana_t_older.png" - else "mana_t.png" + if styling.tap_symbol == "old" then "old" + else if styling.tap_symbol == "diagonal T" then "older" + else "new" } # Use guild mana symbols? guild_mana := { styling.use_guild_mana_symbols }