Commit 6b49e6f5 by BellCodeEditor

save project

parent ef47490e
Showing with 0 additions and 1 deletions
...@@ -6,7 +6,6 @@ class Hero(object): ...@@ -6,7 +6,6 @@ class Hero(object):
self.hp = 250 self.hp = 250
self.attack = 40 self.attack = 40
self.max_hp = self.hp self.max_hp = self.hp
def combat(self,enemy):
def cure(self): def cure(self):
self.hp=self.hp+60 self.hp=self.hp+60
......
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