战斗修改

back_recharge
lvxinran 2019-07-08 10:25:43 +08:00
parent f3bcc3c516
commit 0eb96961a8
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ function Skill:Cast()
else
self.sp = 0
self.spPass = floor(time * BattleLogic.GameFrameRate)
BattleLogic.AddMP(self.owner.camp, 8)
BattleLogic.AddMP(self.owner.camp, 5)
end
self.owner.Event:DispatchEvent(BattleEventName.SkillCast, self)
else