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
c2e42a2d308ca3d92e91f4170c519e92209dd4e5
Authored by
zhouhaihai
2020-06-12 16:38:59 +0800
1 parent
16ca64ab
避免删除
Showing
1 changed file
with
1 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 @
c2e42a2
...
...
@@ -110,6 +110,7 @@ function BaseObject:getPassiveIdx(passive)
110
110
return idx
111
111
end
112
112
end
113
+ return 999
113
114
end
114
115
115
116
function BaseObject:getDisablePassiveCount()
...
...