Commit 63b99ccf by BellCodeEditor

auto save

parent 2995f3b0
Showing with 2 additions and 1 deletions
...@@ -11,7 +11,8 @@ class Hero(object): ...@@ -11,7 +11,8 @@ class Hero(object):
inof1=self.name+'对'+enemy.name+'发起攻击,' inof1=self.name+'对'+enemy.name+'发起攻击,'
info2='造成'+str(self.attack)+'真实伤害,' info2='造成'+str(self.attack)+'真实伤害,'
if enemy.hp<0: if enemy.hp<0:
......
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