Commit 2bbd4e25 by BellCodeEditor

save project

parent 129a1f82
Showing with 3 additions and 3 deletions
...@@ -56,7 +56,7 @@ while True: ...@@ -56,7 +56,7 @@ while True:
elif 玩法提问=="1": elif 玩法提问=="1":
houyi.combat(yase) houyi.combat(yase)
elif 玩法提问=="2": elif 玩法提问=="2":
houyi.cure(houyi) houyi.cure()
else: else:
print("请输入1或2") print("请输入1或2")
continue continue
...@@ -64,4 +64,4 @@ while True: ...@@ -64,4 +64,4 @@ while True:
if status==1: if status==1:
yase.combat(houyi) yase.combat(houyi)
else: else:
yase.cure(yase) yase.cure()
\ 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