Commit 477287af by BellCodeEditor

auto save

parent 03e49532
Showing with 1 additions and 1 deletions
...@@ -49,7 +49,7 @@ while True: ...@@ -49,7 +49,7 @@ while True:
if int(a)==1: if int(a)==1:
houyi.combat(yase) houyi.combat(yase)
elif int(a)==2: elif int(a)==2:
houyi.cure(yase) houyi.cure()
self.hp=hp+60 self.hp=hp+60
elif a=="q": elif a=="q":
print('游戏结束') print('游戏结束')
......
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