Commit e58b27e8 by BellCodeEditor

save project

parent be30ee81
Showing with 6 additions and 2 deletions
...@@ -44,4 +44,8 @@ print("-"*30) ...@@ -44,4 +44,8 @@ print("-"*30)
print(" 战斗开始") print(" 战斗开始")
while True: while True:
print("-"*30) print("-"*30)
a=input("请输入攻击/治疗:(1/2)") a=input("请输入攻击/治疗:(1/2)")
\ No newline at end of file if a=='1':
houyi.combat(yase)
elif a=='2':
houyi.cure()
\ 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