Commit 30736ede by BellCodeEditor

save project

parent f4f16125
Showing with 1 additions and 2 deletions
......@@ -23,8 +23,7 @@ class Hero(object):
def cure(self):
self.hp=self.hp=60
if self.hp = 250:
self.hp=250
print(self.name+"加血",60,"現血"+self.hp)
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