Commit 80bb174c by BellCodeEditor

save project

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