Пример #1
0
def peach_h(gc, user):
    if user.vigor == user.max_vigor:
        return forbid()
    return implicit_target()
Пример #2
0
 def __init__(self, game_control, slashing):
     hint = hints.filter_empty(hints.allow_abort(hints.add_method_to(
                     hints.basic_cards_hint(), EQUIP_NAME, hints.forbid())))
     AcceptMessage.__init__(self, game_control, [slashing.user], 'discard',
                            hint, self.on_message)
     self.slashing = slashing