Commit 1c2f1b6e by BellCodeEditor

save project

parent 035baddf
Showing with 4 additions and 3 deletions
...@@ -19,9 +19,10 @@ print(coco.skin) ...@@ -19,9 +19,10 @@ print(coco.skin)
def cure(self): def cure(self):
self.hp= self.hp=self.hp+60
if self .hp>self.max_hp:
self.hp=self.max_hp
print()
......
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