mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user