Commit 68805d87 by BellCodeEditor

save project

parent 22d80d12
Showing with 21 additions and 0 deletions
...@@ -30,3 +30,24 @@ while True ...@@ -30,3 +30,24 @@ while True
print() print()
choice=input() choice=input()
if choice=="q":
print()
break
elif choice=="1":
houyi.combat(yase)
elif choice=="2":
houyi.cure()
else:
print()
continue
status=random.randint()
if status==1:
yase.cure()
else:
yase.()
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