Commit 0e695f89 by BellCodeEditor

save project

parent 1ca3a9b8
Showing with 4 additions and 4 deletions
...@@ -53,9 +53,8 @@ while True: ...@@ -53,9 +53,8 @@ while True:
else: else:
print('重新选择') print('重新选择')
continue continue
nun=random.randint('1,3') nun=random.randint(1,2)
nun=input('请选择技能 1攻击/2治疗') if nun==1:
if nun=='1':
yase.combat(houyi) yase.combat(houyi)
elif nun=='2': elif nun==2:
yase.cure() yase.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