Commit f95a7c2a by BellCodeEditor

save project

parent 7b87c23b
Showing with 3 additions and 3 deletions
...@@ -56,11 +56,11 @@ while True: ...@@ -56,11 +56,11 @@ while True:
if 玩法提问=="q" : if 玩法提问=="q" :
print("游戏结束") print("游戏结束")
break break
elif 玩法提问=="1": elif 玩法提问=="1":
houyi.combat(yase) houyi.combat(yase)
elif 玩法提问=="2": elif 玩法提问=="2":
houyi.cure() houyi.cure()
else: else:
print("请输入1或2") print("请输入1或2")
continue continue
status=random.randint(1,3) status=random.randint(1,3)
......
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