Commit f95a7c2a by BellCodeEditor

save project

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