Commit 83e7d066 by BellCodeEditor

save project

parent d186ea3c
Showing with 1 additions and 1 deletions
......@@ -45,7 +45,7 @@ while True:
c = input('请选择释放英雄技能(1攻击/2治疗):')
if c == '1' or c == '攻击':
houyi.combat(yase)
else if c == '2' or c == '治疗':
elif c == '2' or c == '治疗':
houyi.cure()
else:
print('输入错误!')
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