Commit 2aaed011 by BellCodeEditor

auto save

parent 1fbfcffc
Showing with 4 additions and 3 deletions
...@@ -52,13 +52,14 @@ while True: ...@@ -52,13 +52,14 @@ while True:
elif choice =="2": elif choice =="2":
houyi.cure() houyi.cure()
else : else :
print("重新选择有效技能") print("重新输入1或2")
continue
num = random.randint(1,3) num = random.randint(1,3)
if num == 1: if num == 1:
yase.cure() yase.cure()
else: else:
yase.combat() 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