Commit 9fe9f3d15e0ef31498c2e8897f4acb15d5724a4e
1 parent
1a076875
sp 加上限
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/adv/AdvBattle.lua
@@ -76,6 +76,7 @@ function Battle:initPlayer() | @@ -76,6 +76,7 @@ function Battle:initPlayer() | ||
76 | end | 76 | end |
77 | player.exp = 0 | 77 | player.exp = 0 |
78 | player.sp = getAdvLvAttrUp(advAddAttrs, "sp", 100) | 78 | player.sp = getAdvLvAttrUp(advAddAttrs, "sp", 100) |
79 | + player.spMax = player.sp | ||
79 | player.growth = {} | 80 | player.growth = {} |
80 | player.passives = {} | 81 | player.passives = {} |
81 | 82 |