Commit 7c916ed2 by BellCodeEditor

save project

parent cd471bc6
Showing with 6 additions and 6 deletions
......@@ -52,12 +52,12 @@ while True:
houyi.combat(yase)
elif choice=="2":
houyi.cure()
else:
print("请重新输入1或者2")
continue
num=random.randint(1,3)
if unm==1:
yase.cure()
else:
print("请重新输入1或者2")
continue
num=random.randint(1,3)
if num==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