Commit ebcf792e by BellCodeEditor

save project

parent 9b022e4a
Showing with 7 additions and 2 deletions
...@@ -54,4 +54,10 @@ while True: ...@@ -54,4 +54,10 @@ while True:
elif choice =="2": elif choice =="2":
houyi.cure() houyi.cure()
else: else:
print('请重新输入1或者2') print('请重新输入1或者2')
\ No newline at end of file
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