Commit bcd3be84 by BellCodeEditor

save project

parent db5a8736
Showing with 13 additions and 1 deletions
...@@ -53,5 +53,16 @@ print(' 开始战斗') ...@@ -53,5 +53,16 @@ print(' 开始战斗')
while True: while True:
print("-"*30) print("-"*30)
choice = input("SB(1攻/2治):") choice = input("SB(1攻/2治):")
if choice =="q":
print("SB")
break
elif choice == "1":
houyi.combat(yase)
elif choice == "2":
houyi.cure()
else:
print(("12"))
continue
mun = random.randint(1,3)
if num == 1:
\ No newline at end of file
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