Brad Stein 69a8022f22
Add files via upload
had removed passive method as it is not used, where as a setup method will probably be
2017-12-30 22:44:48 -06:00

6 lines
75 B
Python

from card.card import Card
class Moat(Card):
prevent_attack = True