Commit 80bb174c by BellCodeEditor

save project

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