Commit ecc064c1 by BellCodeEditor

save project

parent 314fed6a
Showing with 2 additions and 2 deletions
...@@ -57,12 +57,12 @@ while True: ...@@ -57,12 +57,12 @@ while True:
houyi.cure() houyi.cure()
elif a=="q": elif a=="q":
print('游戏结束') print('游戏结束')
brek break
else: else:
print('重输!') print('重输!')
continue continue
b=random.randint(1,3) b=random.randint(1,3)
if b==1: if b==3:
yase.cure() yase.cure()
else: else:
yase.combat(houyi) yase.combat(houyi)
......
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