Commit 2e9f62c9 by BellCodeEditor

auto save

parent beb166ed
Showing with 2 additions and 2 deletions
......@@ -3,8 +3,8 @@ class Hero(object):
def __init__(self, name):
self.name = name
self.level = 1
self.hp = 250
self.attack = 40
self.hp = 2500
self.attack = 150
self.max_hp = self.hp
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