Commit 2175fb4a by BellCodeEditor

auto save

parent 877c229a
Showing with 5 additions and 4 deletions
......@@ -55,15 +55,15 @@ while True:
print("游戏结束")
break
elif choice == "1":
combat(self)
houyi.combat(yase)
elif choice == "2":
cure(self)
houyi.cure()
else:
print("请正确输入指令")
continue
num = random.randint(1,3)
if num == 1:
cure(yase)
yase.cure()
else:
combat(yase)
yase.combat(houyi)
\ 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