Commit 5345bac781be3332711eb1cf40226fb676937b15
Merge branch 'bugfix' into develop
* bugfix: 扣层数
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