Commit 4fa65947 by BellCodeEditor

save project

parent 637d4439
Showing with 2 additions and 2 deletions
...@@ -56,11 +56,11 @@ while True: ...@@ -56,11 +56,11 @@ while True:
print("-"*30) print("-"*30)
aaa=input("请选择释放英雄技能(1攻击/2治疗/q退出)") aaa=input("请选择释放英雄技能(1攻击/2治疗/q退出)")
if aaa=="1": if aaa=="1":
houyi.combat("yase") houyi.combat(yase)
elif aaa=="2": elif aaa=="2":
houyi.cure() houyi.cure()
elif aaa=="3": elif aaa=="3":
houyi.dazhao("yase") houyi.dazhao(yase)
elif aaa=="q": elif aaa=="q":
exit() exit()
else: 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