tab and space bug fixed
This commit is contained in:
2
card.py
2
card.py
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user