Commit 7c07edd6 by BellCodeEditor

save project

parent 8d093b30
Showing with 2 additions and 3 deletions
......@@ -39,7 +39,7 @@ yase = Hero("垭瑟")
houyi.combat(yase)
yase.combat(houyi)
houyi.cure()
yase.cure()
yase.cure(random.randint(30,50))
print("-"*30)
print(" 战斗开始")
while Ture():
......@@ -49,4 +49,4 @@ while Ture():
if status==1:
yase.cure()
else:
yase.combet(hoyi)
\ No newline at end of file
yase.combet(hoyi)
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