mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Put futureshift images through png compressor, it never hurts to have smaller images.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@647 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -238,7 +238,7 @@ init script:
|
||||
|
||||
# replaces — correctly
|
||||
add := "" # default is nothing
|
||||
separate_words := replace_rule(match:" ", replace: " and/or ")+ remove_tags
|
||||
separate_words := remove_tags + replace_rule(match:" ", replace: " and/or ")
|
||||
for_mana_costs := format_cost := {
|
||||
if input.separator_before == "—" and contains(input.param, match: " ") then (
|
||||
if contains(input.param, match:",") then (
|
||||
|
||||
Reference in New Issue
Block a user