Commit 1bcab618 by BellCodeEditor

save project

parent f0cc75b9
Showing with 1 additions and 1 deletions
...@@ -58,7 +58,7 @@ while True: ...@@ -58,7 +58,7 @@ while True:
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()
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