Commit bdd3a1949ea528e60ac29a7d2a8a143a6e0123f1

Authored by zhouhaihai
1 parent 871b3da3

扣层数

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/adv/AdvPlayer.lua
... ... @@ -670,6 +670,7 @@ function Player:effectBattleBuff()
670 670 for _, buff in ipairs(self.buffs) do
671 671 if not buff:isHide() and (buff:getType() == Buff.BATTLE_BUFF or buff:getType() == Buff.BATTLE_PASSIVE) then
672 672 buff:effect()
  673 + buff:uncover()
673 674 end
674 675 end
675 676 end
... ...