예제 #1
0
파일: dragon_heart.py 프로젝트: neuront/sgs
def slash_as_dodge(cards):
    checking.cards_region(cards, 'onhand')
    checking.only_one_card_of_category(cards, category.is_slash)
예제 #2
0
 def check(self, cards):
     checking.only_one_card_of_category(cards, self.category)