Commit 3f8f7722 by BellCodeEditor

save project

parent 815bd3a4
Showing with 2 additions and 2 deletions
......@@ -46,9 +46,9 @@ while True:
if choice == "q":
print("游戏结束")
break
else choice == "1":
elif choice == "1":
houyi.combat(yase)
else choice == "2":
elif choice == "2":
houyi.cure()
else:
print("请重新输入1或2")
......
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