Commit df41dac0 by BellCodeEditor

save project

parent 802b29ec
Showing with 2 additions and 2 deletions
...@@ -11,10 +11,10 @@ class a(object): ...@@ -11,10 +11,10 @@ class a(object):
e="伤害"+str(self.at) e="伤害"+str(self.at)
c.hp-=self.at c.hp-=self.at
if c.hp>0: if c.hp>0:
f=combat.c+"还剩"+str(combat.hp)+'血' f=c.b+"还剩"+str(c.hp)+'血'
print(d+e+f) print(d+e+f)
else: else:
f=combat.c+"死了" f=c.b+"死了"
print(d+e+f) print(d+e+f)
exit() exit()
yase = a("垭瑟") yase = 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