显示i问题

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

View File

@ -278,13 +278,13 @@ 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)
end
needRecycle = buffEffect
end
if buffEffect.buff:getIcon() then
self.battleController:refreshBuff(self.side, self.buffList)
end
return needRecycle
end