Commit 94bd66eb by BellCodeEditor

save project

parent e91b7a9e
Showing with 3 additions and 3 deletions
...@@ -54,9 +54,8 @@ while True: ...@@ -54,9 +54,8 @@ while True:
else: else:
print("请重新输入") print("请重新输入")
continue continue
random1=random.Random() a=random.randint(1,3)
choice=random1.randint(1,3) if a == 1:
if choice == 1:
yase.cure() yase.cure()
else: else:
yase.combat(houyi) 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