Commit 6838209bcdbbd8b8800bec67ed0534cc2c5ad055
1 parent
ec497f89
增加buff
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvBattle.lua
| @@ -432,7 +432,7 @@ function Battle:initMapEffect(ilayer) | @@ -432,7 +432,7 @@ function Battle:initMapEffect(ilayer) | ||
| 432 | end | 432 | end |
| 433 | 433 | ||
| 434 | for _, buff in ipairs(buffs[1] or {}) do | 434 | for _, buff in ipairs(buffs[1] or {}) do |
| 435 | - self.palyer:addBuff(buff) | 435 | + self.player:addBuff(buff) |
| 436 | end | 436 | end |
| 437 | 437 | ||
| 438 | for _, buff in ipairs(buffs[2] or {}) do | 438 | for _, buff in ipairs(buffs[2] or {}) do |