显示i问题

This commit is contained in:
xiekaidong 2023-05-29 11:06:24 +08:00
parent 6246a9cd9d
commit 2d51debf5a

View File

@ -278,11 +278,11 @@ function BattleTeam:addBuff(buffEffect)
else
table.insert(self.buffList, buffEffect)
self:updateBuffState(buffEffect.buff, 1)
if buffEffect.buff:getIcon() then
self.battleController:refreshBuff(self.side, self.buffList)
needRecycle = buffEffect
end
needRecycle = buffEffect
if buffEffect.buff:getIcon() then
self.battleController:refreshBuff(self.side, self.buffList)
end
return needRecycle