mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 00:09:41 +00:00
Fixed Ethereal Surge notification split
This commit is contained in:
parent
54f8f6d387
commit
fd8fabad43
1 changed files with 2 additions and 1 deletions
|
|
@ -550,7 +550,8 @@ api.spells =
|
|||
cast: (user, target)->
|
||||
_.each target, (member) ->
|
||||
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:
|
||||
# Earthquake
|
||||
|
|
|
|||
Loading…
Reference in a new issue