mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -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 := {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user