Commit b26bb91b by BellCodeEditor

save project

parent 23cc24f2
Showing with 9 additions and 2 deletions
......@@ -46,4 +46,11 @@ while True:
choice = input("请选择释放英雄技能(1攻击/2治疗):")
if choice =="q":
print("游戏退出")
break
\ No newline at end of file
break
elif choice=="1":
houyi.combat(yase)
elif choice=="2":
houyi.cure()
elif
print("请重新选择有效技能")
\ No newline at end of file
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