Commit 8ac2f0c2 by BellCodeEditor

save project

parent d64203e9
Showing with 7 additions and 7 deletions
...@@ -57,13 +57,13 @@ while True: ...@@ -57,13 +57,13 @@ while True:
houyi.cure() houyi.cure()
elif a=="q": elif a=="q":
print('游戏结束') print('游戏结束')
break elif choice =="1":
else: houyi.combat(yase)
print('重输!') elif choice == "2":
continue houyi.cure()
b=random.randint(1,3) else:
if b==3: print("QCXSR1H2")
yase.cure() continue
else: else:
yase.combat(houyi) 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