[战斗]======御甲返回空修改提交

dev_chengFeng
wangzhenxing 2023-04-17 14:19:33 +08:00
parent bd567ad367
commit 486f345567
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ end
function Blood:CountBloodValue(damage,atkRole) function Blood:CountBloodValue(damage,atkRole)
local finalDamage=0 local finalDamage=0
if self.target==nil then if self.target==nil then
return return damage
end end
self.bloodValue=self.bloodValue-damage self.bloodValue=self.bloodValue-damage
if self.bloodValue<=0 then if self.bloodValue<=0 then