Brad Stein 94d2e58214
Add files via upload
Refactored card typing to no longer be a piece of data but a feature of the object structure.
2018-01-10 14:01:44 -05:00

7 lines
150 B
Python

from card.basic.card_action import Action
from card.basic.card_reaction import Reaction
class Moat(Action, Reaction):
prevent_attack = True