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
4293d99829557e5bc1e48650c19b0ebe63c39af4
Authored by
zhouhaihai
2020-08-01 17:29:42 +0800
1 parent
8fc7d1bc
冒险次数bug
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/models/RolePlugin.lua
Inline
Side-by-side
src/models/RolePlugin.lua
Wrap text
Show/Hide comments
View file @
4293d99
...
...
@@ -863,10 +863,9 @@ function RolePlugin.bind(Role)
863
863
if count > 0 then
864
864
count = math.max(count - add, 0)
865
865
end
866
-
867
866
self:updateProperties({
868
867
advC = count + change,
869
- advCT =
ct
ime,
868
+ advCT =
nextT
ime,
870
869
})
871
870
end
872
871
...
...