Commit e604e9e8 by BellCodeEditor

auto save

parent c95e3b2c
Showing with 3 additions and 3 deletions
...@@ -48,13 +48,13 @@ while True: ...@@ -48,13 +48,13 @@ while True:
print('游戏结束') print('游戏结束')
break break
elif a=='1': elif a=='1':
houyi.combat(yese) houyi.combat(yase)
elif a=='1': elif a=='2':
houyi.cure() houyi.cure()
else: else:
print('请重新输入') print('请重新输入')
continue continue
b=fandom.ranint(1,3) b=r1andom.randint(1,3)
if b==1: if b==1:
yase.cure() yase.cure()
else: else:
......
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