Commit e84ec261 by BellCodeEditor

save project

parent ac809cad
Showing with 2 additions and 1 deletions
...@@ -59,7 +59,8 @@ while True: ...@@ -59,7 +59,8 @@ while True:
elif choice=="2": elif choice=="2":
houyi.cure() houyi.cure()
else: else:
print("请重新选择有效技能") print("请重新选择有效技能")
continue
num=random.randint(1,3) num=random.randint(1,3)
if num==1: if num==1:
yase.cure() yase.cure()
......
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