Commit 4fa65947 by BellCodeEditor

save project

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