Commit 169f1e1f by BellCodeEditor

auto save

parent 6850599e
Showing with 9 additions and 0 deletions
def cure(self)
a=random.randint(30,60)
self.hp=self.max_hp+blood
if self.hp>self.max_hp:
self.hp=self.max_hp
print(self.name+"使用治疗术","血量增加",a)
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