Commit 9fe9f3d15e0ef31498c2e8897f4acb15d5724a4e

Authored by zhouhaihai
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 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  
... ...