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
84c2734c93fdd332d57687c6126cd96858e07734
Authored by
zhouhaihai
2020-08-25 12:02:21 +0800
1 parent
627305b8
怪物增加 spset
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/adv/AdvPlayer.lua
Inline
Side-by-side
src/adv/AdvPlayer.lua
Wrap text
Show/Hide comments
View file @
84c2734
...
...
@@ -210,6 +210,9 @@ function BaseObject:hadBuffById(bId)
210
210
end
211
211
end
212
212
213
+function BaseObject:reSetSpMax()
214
+end
215
+
213
216
214
217
-- 通用的buff 效果汇总 -- 0 固定 1百分比 两种分类
215
218
function BaseObject:getCommonBuffEffect(bType, otherCond)
...
...