Commit 003f95d3 by BellCodeEditor

save project

parent 4f23a64a
Showing with 3 additions and 2 deletions
...@@ -54,8 +54,8 @@ while True: ...@@ -54,8 +54,8 @@ while True:
else: else:
print("请重新输入") print("请重新输入")
continue continue
PCchoice=random.randint(1,2) PCchoice=random.randint(1,3)
if PCchoice==1: if PCchoice==1:
yase.cure() yase.cure()
elif PCchoice==2: 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