Commit dc02b1cf by BellCodeEditor

auto save

parent 5fb1837a
Showing with 5 additions and 2 deletions
...@@ -68,4 +68,7 @@ while True: ...@@ -68,4 +68,7 @@ while True:
yase.combat(houyi) yase.combat(houyi)
def cure(self):
\ No newline at end of file self.hp = self.hp + 60
if self.hp > self.max_hp:
self.hp = self.max_hp
\ 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