Commit b5531e60 by BellCodeEditor

save project

parent 440ab037
Showing with 15 additions and 0 deletions
......@@ -46,6 +46,21 @@ print("战斗开始")
while True:
print("")
chice = input("请选择释放英雄技能(攻击/治疗)")
if.chice == "q":
print("")
break
elif chice == "1":
houyi.combat(yase)
elif chice =="2":
houyi.cure()
else:
print("")
continue
status = random.randint(1,3)
if status == 1:
yase.cure()
else:
yase.combat(houyi)
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