예제 #1
0
파일: dragon_heart.py 프로젝트: neuront/sgs
def hint_d(game_control, player):
    return hints.one_card_filter(game_control, player, SKILL,
                                 lambda c: category.is_slash(c.name()))
예제 #2
0
파일: equip_lib.py 프로젝트: neuront/sgs
def change_slash_range(f, r):
    return lambda action: r if is_slash(action) else f(action)