diff --git a/card.py b/card.py index a733bdb..f43a1ed 100644 --- a/card.py +++ b/card.py @@ -102,7 +102,7 @@ def surprise(wscur,wsene): cur.status = Room.NOTHING ene.status = Room.DEFENCE else: - msg = "surNoCard" + msg = "surNoCard" if ene.hand: drop = random.choice(ene.hand) ene.remove_card(drop)