Commit 285fc7f0 by BellCodeEditor

save project

parent d44405ce
Showing with 5 additions and 4 deletions
...@@ -60,10 +60,11 @@ while True: ...@@ -60,10 +60,11 @@ while True:
break break
else: else:
continue continue
num=random.randint(1,3) num=random.randint(1,1)
if num=="1": if num==1:
yase.combat(houyi)
else:
yase.cure() yase.cure()
else:
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