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