Commit 0c43840f authored by pichoro's avatar pichoro

Removing a bit of redundant code from Magic old styles.

parent 62f528f8
......@@ -6,7 +6,7 @@ installer group: magic/old style/promo cards
icon: card-sample.png
position hint: 104
version: 2009-07-07
version: 2009-07-09
depends on:
package: magic.mse-game
version: 2007-12-29
......@@ -68,12 +68,6 @@ init script:
dark: template("a"),
light: base,
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
}
......
......@@ -6,7 +6,7 @@ installer group: magic/old style/split cards
icon: card-sample.png
position hint: 103
version: 2009-07-06
version: 2009-07-09
depends on:
package: magic.mse-game
version: 2008-06-02
......@@ -70,12 +70,6 @@ init script:
dark: template("a"),
light: base,
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
}
......
......@@ -6,7 +6,7 @@ installer group: magic/old style/textless cards
icon: card-sample.png
position hint: 105
version: 2009-07-07
version: 2009-07-09
depends on:
package: magic.mse-game
version: 2008-06-02
......@@ -65,12 +65,6 @@ init script:
dark: template("a"),
light: base,
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
}
......
......@@ -6,7 +6,7 @@ installer group: magic/old style/tokens
icon: card-sample.png
position hint: 107
version: 2009-07-07
version: 2009-07-09
depends on:
package: magic.mse-game
version: 2008-06-02
......@@ -61,12 +61,6 @@ init script:
dark: template("a"),
light: base,
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
}
......
......@@ -6,7 +6,7 @@ installer group: magic/old style/normal cards
icon: card-sample.png
position hint: 101
version: 2009-07-06
version: 2009-07-09
depends on:
package: magic.mse-game
version: 2008-06-02
......@@ -69,12 +69,6 @@ init script:
dark: template("a"),
light: base,
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
}
############################################################## Set info fields
......
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