Commit ebcf792e by BellCodeEditor

save project

parent 9b022e4a
Showing with 6 additions and 0 deletions
...@@ -55,3 +55,9 @@ while True: ...@@ -55,3 +55,9 @@ while True:
houyi.cure() houyi.cure()
else: else:
print('请重新输入1或者2') print('请重新输入1或者2')
s = random.randint(1,3)
if s == 1:
yase.cure()
else:
yase.combat(houyi)
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