Commit 8f951617 by BellCodeEditor

save project

parent 0c8e8378
Showing with 2 additions and 2 deletions
...@@ -3,8 +3,8 @@ class Hero(object): ...@@ -3,8 +3,8 @@ class Hero(object):
def __init__(self, name): def __init__(self, name):
self.name = name self.name = name
self.level = 1 self.level = 1
self.hp = 1950 self.hp = 2050
self.attack = 500 self.attack = 400
self.max_hp = self.hp self.max_hp = self.hp
def cure(self): # 治疗 def cure(self): # 治疗
......
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