From f12fdfd4f75c11558749bb68f7f6a0422d35c653 Mon Sep 17 00:00:00 2001 From: Jerry Wu Date: Sat, 2 Jun 2018 14:42:05 +0800 Subject: [PATCH] tab and space bug fixed --- card.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)