Commit ce2a4b57 authored by pichoro's avatar pichoro

Mana costs for magic-textless work now.

parent 0d112c25
...@@ -6,7 +6,7 @@ installer group: magic/new style/textless ...@@ -6,7 +6,7 @@ installer group: magic/new style/textless
icon: card-sample.png icon: card-sample.png
position hint: 005 position hint: 005
version: 2008-04-13 version: 2008-06-02
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -42,11 +42,7 @@ init script: ...@@ -42,11 +42,7 @@ init script:
template := { artifact_template() + "{type}.jpg" } template := { artifact_template() + "{type}.jpg" }
# Use the normal tap symbol # Use the normal tap symbol
mana_t := { mana_t := { "old" }
if styling.tap_symbol == "old" then "old"
else if styling.tap_symbol == "diagonal T" then "older"
else "new"
}
# Use guild mana symbols? # Use guild mana symbols?
guild_mana := { styling.use_guild_mana_symbols } guild_mana := { styling.use_guild_mana_symbols }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment