Commit 832b87b8 by BellCodeEditor

save project

parent 44f7b1b1
Showing with 5 additions and 1 deletions
...@@ -64,7 +64,11 @@ while True: ...@@ -64,7 +64,11 @@ while True:
else: else:
print("请重新输入1或2") print("请重新输入1或2")
continue continue
status = random.randint(1, 3)
if status:
yase.cure()
else:
yase.combat(houyi)
......
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