Commit 7f7decfb by BellCodeEditor

save project

parent 9d6b619a
Showing with 0 additions and 4 deletions
......@@ -27,10 +27,6 @@ class Hero(object):
print(info)
exit()
def cure(self):
self.hp=self.hp=60
if self.hp < 250:
print(self.name+"加血",60,"現血"+self.hp)
class Player(Hero):
def __init__(self,name,hero_type):
......
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