Commit c3592370 by BellCodeEditor

save project

parent 814afedd
Showing with 4 additions and 6 deletions
...@@ -61,10 +61,10 @@ while True: ...@@ -61,10 +61,10 @@ while True:
else: else:
print("重新输入") print("重新输入")
continue continue
num=random.randint(1,3) num=random.randint(1,2)
if num=="1": if num==1:
yase.cure() yase.cure()
if num=="2": if num==2:
yase.combat(houyi) yase.combat(houyi)
...@@ -78,9 +78,7 @@ while True: ...@@ -78,9 +78,7 @@ while True:
......
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