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
9fe9f3d15e0ef31498c2e8897f4acb15d5724a4e
Authored by
zhouhaihai
2020-10-27 16:58:10 +0800
1 parent
1a076875
sp 加上限
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/adv/AdvBattle.lua
Inline
Side-by-side
src/adv/AdvBattle.lua
Wrap text
Show/Hide comments
View file @
9fe9f3d
...
...
@@ -76,6 +76,7 @@ function Battle:initPlayer()
76
76
end
77
77
player.exp = 0
78
78
player.sp = getAdvLvAttrUp(advAddAttrs, "sp", 100)
79
+ player.spMax = player.sp
79
80
player.growth = {}
80
81
player.passives = {}
81
82
...
...