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:
twanvl
2008-08-09 16:31:55 +00:00
parent 80064cf540
commit 290f034d98
@@ -155,9 +155,9 @@ script:
}
write_group := {
cards := filter_list(cards, filter:
if code == "L"
then { contains(color_of_card(card:input), match:"L") }
else { color_of_card(card:input) == code }
{ # The first character of the color_of_card code must be equal to 'code'
substring(color_of_card(card:input), begin:0, end:1) == code
}
)
count := number_of_items(in:cards)
if count > 0 then