Commit 1ae150a4 by BellCodeEditor

save project

parent db865c86
Showing with 1 additions and 1 deletions
...@@ -53,7 +53,7 @@ while True: ...@@ -53,7 +53,7 @@ while True:
break break
else: else:
continue continue
num=random.choice(1,3) num=random.randint(1,3)
if num==1: if num==1:
yase.combat(houyi) yase.combat(houyi)
else: else:
......
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