Merge pull request #5234 from hairlessbear/ethereal_surge_split_fix

Fixed Ethereal Surge notification split
This commit is contained in:
Blade Barringer 2015-05-22 23:23:34 -05:00
commit 1f0dbef3c7

View file

@ -550,6 +550,7 @@ api.spells =
cast: (user, target)->
_.each target, (member) ->
bonus = user._statsComputed.int
if user._id != member._id
member.stats.mp += Math.ceil(diminishingReturns(bonus, 25, 125)) # maxes out at 25
earth: