Commit 2bbd4e25 by BellCodeEditor

save project

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