Commit d674a04f by BellCodeEditor

save project

parent c3c54e95
Showing with 9 additions and 4 deletions
......@@ -51,6 +51,11 @@ while True:
houyi.combat(yase)
elif choice == "2"
houyi.cure()
else:
print("重输1/2")
\ No newline at end of file
else:
print("重输1/2")
continue
num = random.randint(1,3)
if num == 1:
yase.cure()
else:
yase.combat(houyi)
\ 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