Commit d5819493 authored by twanvl's avatar twanvl

include hybrids in html export

parent c1e76511
...@@ -155,9 +155,9 @@ script: ...@@ -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
......
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