Commit 26ea4209 by BellCodeEditor

save project

parent a31a8ac5
Showing with 4 additions and 4 deletions
...@@ -55,8 +55,8 @@ while True: ...@@ -55,8 +55,8 @@ while True:
print('请重新输入') print('请重新输入')
continue continue
print('-'*30) print('-'*30)
b=random.randint(1,2) b=random.randint(1,3)
if b==1: if b==1:
yase.combat(houyi) yase.cure()
else: else:
yase.cure() yase.combat(houyi)
\ No newline at end of file \ 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