Commit 7c07edd6 by BellCodeEditor

save project

parent 8d093b30
Showing with 1 additions and 1 deletions
...@@ -39,7 +39,7 @@ yase = Hero("垭瑟") ...@@ -39,7 +39,7 @@ yase = Hero("垭瑟")
houyi.combat(yase) houyi.combat(yase)
yase.combat(houyi) yase.combat(houyi)
houyi.cure() houyi.cure()
yase.cure() yase.cure(random.randint(30,50))
print("-"*30) print("-"*30)
print(" 战斗开始") print(" 战斗开始")
while Ture(): while Ture():
......
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