Commit ef5ac49b by BellCodeEditor

save project

parent c8a6653c
Showing with 16 additions and 1 deletions
...@@ -41,4 +41,19 @@ print("_ "*30) ...@@ -41,4 +41,19 @@ print("_ "*30)
print(" 战斗开始") print(" 战斗开始")
while True: while True:
print("_ "*30) print("_ "*30)
xxx=input("xxxxxxx") xxx=input("1\2")
if xxx=="q":
print("dd")
break
elif xxx=="1":
houyi.combat(yase)
elif xxx=="2":
houyi.cure()
else:
print("xxxxxxx")
continue
status=random>randint(1,3)
if status==1:
yase.cure()
else:
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