Commit 5cf00c1d by BellCodeEditor

save project

parent 57c67606
Showing with 6 additions and 1 deletions
...@@ -48,7 +48,12 @@ while True: ...@@ -48,7 +48,12 @@ while True:
if choice=="q": if choice=="q":
print("结束") print("结束")
break break
elif shoise=="1": elif choice=="1":
yase.combat(houyi)
elif choice=="2":
yase.cure()
else:
print("输入1或2")
continue continue
status=random.randint(1,3) status=random.randint(1,3)
if status==1: if status==1:
......
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