Commit 1bcab618 by BellCodeEditor

save project

parent f0cc75b9
Showing with 6 additions and 5 deletions
...@@ -57,9 +57,9 @@ while True: ...@@ -57,9 +57,9 @@ while True:
else: else:
print("您输入有误,请从新输入") print("您输入有误,请从新输入")
continue continue
num = random.randint(1,3) num = random.randint(1,3)
if num == 1: if num == 1 or 2:
yase.combat(houyi) yase.combat(houyi)
else: else:
yase.cure() yase.cure()
\ 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