Commit ba65e0c0 by BellCodeEditor

auto save

parent 21523d82
Showing with 0 additions and 4 deletions
......@@ -3,6 +3,3 @@ def cure(self):
if self.hp>self.max_hp:
self.hp=self.max_hp
print(self.name+"使用了治疗,血量增加:", 60,",目前的血量为:",self.hp)
while True:
print("-")
a=input("请选择技能:1攻击/2治疗")
\ 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