Commit 7c07edd6 by BellCodeEditor

save project

parent 8d093b30
Showing with 2 additions and 3 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():
...@@ -49,4 +49,4 @@ while Ture(): ...@@ -49,4 +49,4 @@ while Ture():
if status==1: if status==1:
yase.cure() yase.cure()
else: else:
yase.combet(hoyi) yase.combet(hoyi)
\ 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