Commit 37e7a07d by BellCodeEditor

save project

parent ce061d38
Showing with 2 additions and 2 deletions
......@@ -45,9 +45,9 @@ while True:
print("¥"*30)
choice=input("请选择释放英雄技能(1攻击 2治疗):")
if choice=="1":
Player.combat(yase)
houyi.combat(yase)
if choice=="2":
Player.cure()
houyi.cure()
if choice=="q":
exit()
else:
......
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