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