Commit bdd3a1949ea528e60ac29a7d2a8a143a6e0123f1
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,6 +670,7 @@ function Player:effectBattleBuff() | ||
| 670 | for _, buff in ipairs(self.buffs) do | 670 | for _, buff in ipairs(self.buffs) do | 
| 671 | if not buff:isHide() and (buff:getType() == Buff.BATTLE_BUFF or buff:getType() == Buff.BATTLE_PASSIVE) then | 671 | if not buff:isHide() and (buff:getType() == Buff.BATTLE_BUFF or buff:getType() == Buff.BATTLE_PASSIVE) then | 
| 672 | buff:effect() | 672 | buff:effect() | 
| 673 | + buff:uncover() | ||
| 673 | end | 674 | end | 
| 674 | end | 675 | end | 
| 675 | end | 676 | end | 
- 
mentioned in commit 52f8c5f05d0a531232a7dd7887becd2a77986aa1
 - 
mentioned in commit ba6d85edc65900830c7e168102d70671881b5808