mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
include hybrids in html export
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1121 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -155,9 +155,9 @@ script:
|
|||||||
}
|
}
|
||||||
write_group := {
|
write_group := {
|
||||||
cards := filter_list(cards, filter:
|
cards := filter_list(cards, filter:
|
||||||
if code == "L"
|
{ # The first character of the color_of_card code must be equal to 'code'
|
||||||
then { contains(color_of_card(card:input), match:"L") }
|
substring(color_of_card(card:input), begin:0, end:1) == code
|
||||||
else { color_of_card(card:input) == code }
|
}
|
||||||
)
|
)
|
||||||
count := number_of_items(in:cards)
|
count := number_of_items(in:cards)
|
||||||
if count > 0 then
|
if count > 0 then
|
||||||
|
|||||||
Reference in New Issue
Block a user