the new pack system is alive!

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1317 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2009-01-09 03:03:04 +00:00
parent 392e4d854b
commit be08fac89b
2 changed files with 145 additions and 27 deletions
+4
View File
@@ -288,6 +288,10 @@ card_count := {
number_of_items(in: set, filter: set_filter())
}
# used by pack scripts
is_token_card := { card.shape == "token" or card.shape == "rulestip" }
is_shifted_card := { contains(card.shape, match:"shifted") }
############################################################## Utilities for keywords