Commit d674a04f by BellCodeEditor

save project

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