From 06c3f3ce6b62e45578653732684a4111727543b4 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 10 Jan 2018 13:04:16 -0600 Subject: [PATCH] Delete moat.py --- card/named/moat.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 card/named/moat.py diff --git a/card/named/moat.py b/card/named/moat.py deleted file mode 100644 index 9e8f76f..0000000 --- a/card/named/moat.py +++ /dev/null @@ -1,6 +0,0 @@ -from card.basic.card_action import Action -from card.basic.card_reaction import Reaction - - -class Moat(Action, Reaction): - prevent_attack = True