tab and space bug fixed

This commit is contained in:
2018-06-02 14:42:05 +08:00
parent 9ef5bd969e
commit f12fdfd4f7

View File

@@ -102,7 +102,7 @@ def surprise(wscur,wsene):
cur.status = Room.NOTHING cur.status = Room.NOTHING
ene.status = Room.DEFENCE ene.status = Room.DEFENCE
else: else:
msg = "surNoCard" msg = "surNoCard"
if ene.hand: if ene.hand:
drop = random.choice(ene.hand) drop = random.choice(ene.hand)
ene.remove_card(drop) ene.remove_card(drop)