[战斗]======御甲返回空修改提交
parent
bd567ad367
commit
486f345567
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue