Commit e548c72a by BellCodeEditor

save project

parent f3ad4c76
Showing with 4 additions and 4 deletions
...@@ -58,8 +58,8 @@ while True: ...@@ -58,8 +58,8 @@ while True:
else: else:
print("输入错误,请重新输入") print("输入错误,请重新输入")
continue continue
bbb=random.randint(1,2) bbb=random.randint(1,3)
if bbb==1: if bbb==1:
yase.combat(houyi) yase.cure()
else: else:
yase.cure() yase.combat(houyi)
\ No newline at end of file \ No newline at end of file
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