GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6838209bcdbbd8b8800bec67ed0534cc2c5ad055
Authored by
zhouhaihai
2020-12-03 10:45:58 +0800
1 parent
ec497f89
增加buff
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvBattle.lua
Inline
Side-by-side
src/adv/AdvBattle.lua
Wrap text
Show/Hide comments
View file @
6838209
...
...
@@ -432,7 +432,7 @@ function Battle:initMapEffect(ilayer)
432
432
end
433
433
434
434
for _, buff in ipairs(buffs[1] or {}) do
435
- self.p
al
yer:addBuff(buff)
435
+ self.p
la
yer:addBuff(buff)
436
436
end
437
437
438
438
for _, buff in ipairs(buffs[2] or {}) do
...
...