Commit b33a661b by BellCodeEditor

save project

parent 4c366f97
Showing with 6 additions and 2 deletions
......@@ -2,4 +2,8 @@ def cure(self):
self.hp+=55
if self.hp>self.max_hp:
self.hp=self.max_hp
print(self.name+"使用了治疗,血量增加:", 60,",目前的血量为:",self.hp)
\ No newline at end of file
print(self.name+"使用了治疗,血量增加:", 60,",目前的血量为:",self.hp)
fffcdx=Player9(不会vv个软特殊的防感染)
hjvgy=Hero(把好好干吧)
print(30*'-')
print('jjbn')
\ 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