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
This commit is contained in:
artfreakwiu
2007-09-15 04:56:08 +00:00
parent 99d385eb00
commit 5d3595a56a
+3 -3
View File
@@ -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 }