Commit e93da375 by BellCodeEditor

save project

parent 245e801f
Showing with 3 additions and 4 deletions
...@@ -57,7 +57,7 @@ while True: ...@@ -57,7 +57,7 @@ while True:
print("游戏结束") print("游戏结束")
break break
elif a=="1": elif a=="1":
houyi.combat("垭瑟") houyi.combat(yase)
elif a=="2": elif a=="2":
houyi.cure() houyi.cure()
else: else:
...@@ -65,5 +65,5 @@ while True: ...@@ -65,5 +65,5 @@ while True:
a=random.randint(1,3) a=random.randint(1,3)
if d=="1" if d=="1"
yase.cure() yase.cure()
else: else:
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