Commit e604e9e8 by BellCodeEditor

auto save

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