Commit 1b7657d1 by BellCodeEditor

save project

parent 0786b39f
Showing with 4 additions and 3 deletions
......@@ -54,9 +54,9 @@ while True:
else:
print("请重新选择有效技能!")
continue
random1=random.Random()
choice1=random1.randint(1,3)
if choice1 == 1:
random=random.Random()
choice=random.randint(1,3)
if choice == 1:
yase.cure()
else:
yase.combat(houyi)
\ No newline at end of file
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