Commit 1927d182 by BellCodeEditor

save project

parent ec14a003
Showing with 1 additions and 0 deletions
...@@ -4,6 +4,7 @@ class Hero: ...@@ -4,6 +4,7 @@ class Hero:
self.level=1 self.level=1
self.hp=250 self.hp=250
self.attack=40 self.attack=40
self.max_level=250
def gongji(self,dueifang): def gongji(self,dueifang):
y1=self.name+'对'+dueifang.name+'发起攻击,' y1=self.name+'对'+dueifang.name+'发起攻击,'
......
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