Commit 2c1a1802 by BellCodeEditor

save project

parent fbd19993
Showing with 11 additions and 0 deletions
def cure(Hero):
blood = random.randint(30,50)
self.hp = self.hp + blood
if self.hp > self.max_hp:
self.hp = self.max_hp:
\ No newline at end of file
def cure(Hero):
blood = random.randint(30,50)
self.hp = self.hp + blood
\ No newline at end of file
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