Beispiel #1
0
def slash_as_dodge(cards):
    checking.cards_region(cards, 'onhand')
    checking.only_one_card_of_category(cards, category.is_slash)
Beispiel #2
0
 def check(self, cards):
     checking.only_one_card_of_category(cards, self.category)