Commit ac375ac6 by BellCodeEditor

save project

parent cb7a2c48
Showing with 1 additions and 1 deletions
......@@ -22,7 +22,7 @@ class Hero(object):
def cure(self):
self.hp=self.hp=60
if self.hp = 250:
if self.hp < 250:
print(self.name+"加血",60,"現血"+self.hp)
class Player(Hero):
......
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