mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
minor fix after change in scripting language parser
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1180 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -87,8 +87,8 @@ init script:
|
|||||||
else if artifact and not hybrid then "a"
|
else if artifact and not hybrid then "a"
|
||||||
else if colors == "" then "c"
|
else if colors == "" then "c"
|
||||||
else colors[
|
else colors[
|
||||||
font_color_positions
|
font_color_positions[
|
||||||
[ if chosen(choice:"horizontal") then "horizontal"
|
if chosen(choice:"horizontal") then "horizontal"
|
||||||
else if chosen(choice:"vertical") then "vertical"
|
else if chosen(choice:"vertical") then "vertical"
|
||||||
else if chosen(choice:"overlay") then "overlay"
|
else if chosen(choice:"overlay") then "overlay"
|
||||||
else "radial"
|
else "radial"
|
||||||
|
|||||||
Reference in New Issue
Block a user