Commit 29a01e78 authored by twanvl's avatar twanvl

export template uses 'cards' instead of 'set.cards'

parent 56f1d900
......@@ -154,7 +154,7 @@ script:
}</ul>"
}
write_group := {
cards := filter_list(set.cards, filter:
cards := filter_list(cards, filter:
if code == "L"
then { contains(color_of_card(card:input), match:"L") }
else { color_of_card(card:input) == code }
......@@ -217,7 +217,7 @@ script:
write_group(title: "Non-basic lands", code:"K") +
write_group(title: "Basic lands", code:"L")
else
write_cards(cards: set.cards)
write_cards(cards: cards)
}
<script><!--
init();
......
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