Commit 2acfaf81 by BellCodeEditor

save project

parent 61848ee2
Showing with 5 additions and 2 deletions
...@@ -63,11 +63,13 @@ while True: ...@@ -63,11 +63,13 @@ while True:
else: else:
print('重输!') print('重输!')
continue continue
b=random.randint(1,3) num = random.randint(1,3)
if b==3: if num == 1:
yase.cure() yase.cure()
else: else:
yase.combat(houyi) yase.combat(houyi)
\ 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