Commit 78889aa8 by BellCodeEditor

save project

parent 540170ba
Showing with 3 additions and 3 deletions
...@@ -65,13 +65,13 @@ while True: ...@@ -65,13 +65,13 @@ while True:
houyi.combat(yase) houyi.combat(yase)
if l=='2': if l=='2':
houyi.cure() houyi.cure()
if l=='3' and i!=0:
print("大招未准备就绪,还剩"+str(i)+'回合')
continue
if l=='3' and i==0: if l=='3' and i==0:
houyi.s(yase) houyi.s(yase)
i=3 i=3
print("大招冷却3回合") print("大招冷却3回合")
if l=='3' and i!=0:
print("大招未准备就绪,还剩"+str(i)+'回合')
continue
if yase.hp<=0: if yase.hp<=0:
print('你赢了') print('你赢了')
break break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment