Commit 0e695f89 by BellCodeEditor

save project

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