Commit 1ae150a4 by BellCodeEditor

save project

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