Commit 327518bc by BellCodeEditor

auto save

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