Commit 0283a25c by BellCodeEditor

save project

parent bf955fed
Showing with 11 additions and 2 deletions
......@@ -43,4 +43,13 @@ print('-'*20)
print(' 开始战斗')
while True:
print('-'*20)
say = input('选择你的技能(1攻击/2治疗)')
\ No newline at end of file
say = input('选择你的技能(1攻击/2治疗)')
if say == 'q':
break
elif say == '1'
houyi.combat(yase)
elif say == '2':
houyi.cure()
else:
print('重新输入')
C
\ 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