Commit 2771f1fb by BellCodeEditor

save project

parent b710ca03
Showing with 5 additions and 2 deletions
...@@ -53,4 +53,7 @@ while True: ...@@ -53,4 +53,7 @@ while True:
elif choice=="1": elif choice=="1":
self.combat() self.combat()
elif choice=="2": elif choice=="2":
self.cure() self.cure()
\ No newline at end of file else:
print("只可选择一技能或二技能")
break
\ 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