Mana costs for magic-textless work now.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@951 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2008-06-02 18:37:13 +00:00
parent 13fa92ea9c
commit a25c4c2364
+2 -6
View File
@@ -6,7 +6,7 @@ installer group: magic/new style/textless
icon: card-sample.png
position hint: 005
version: 2008-04-13
version: 2008-06-02
depends on:
package: magic.mse-game
version: 2007-12-29
@@ -42,11 +42,7 @@ init script:
template := { artifact_template() + "{type}.jpg" }
# Use the normal tap symbol
mana_t := {
if styling.tap_symbol == "old" then "old"
else if styling.tap_symbol == "diagonal T" then "older"
else "new"
}
mana_t := { "old" }
# Use guild mana symbols?
guild_mana := { styling.use_guild_mana_symbols }