Commit 4f88b9ab by BellCodeEditor

save project

parent 04b8ba20
Showing with 1 additions and 1 deletions
...@@ -57,7 +57,7 @@ while True: ...@@ -57,7 +57,7 @@ while True:
print("无效字符") print("无效字符")
continue continue
num=random.randint(1,3) num=random.randint(1,3)
if num=="1": if num== 1:
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