Commit c2e08d0f by BellCodeEditor

save project

parent cc04a3cc
Showing with 6 additions and 6 deletions
...@@ -59,8 +59,8 @@ while True: ...@@ -59,8 +59,8 @@ while True:
else: else:
print("请输入1或2") print("请输入1或2")
continue continue
status=random.randint(1,3) status=random.randint(1,3)
if status==1: if status==1:
yase.combat(houyi) yase.combat(houyi)
elif status==2: elif status==2:
yase.cure() yase.cure()
\ 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