Commit b2e595e5 by BellCodeEditor

save project

parent 80bb174c
Showing with 1 additions and 1 deletions
...@@ -46,7 +46,7 @@ while True: ...@@ -46,7 +46,7 @@ while True:
choice=input("请释放英雄技能(1攻击/2治疗):") choice=input("请释放英雄技能(1攻击/2治疗):")
if choice == "q": if choice == "q":
print("游戏退出") print("游戏退出")
exit() break
elif choice == "1": elif choice == "1":
houyi.combat(yase) houyi.combat(yase)
elif choice == "2": elif choice == "2":
......
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