mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Changes to XP and GP gain
This commit is contained in:
parent
2a49b64023
commit
4597cba813
1 changed files with 2 additions and 2 deletions
|
|
@ -142,8 +142,8 @@ module.exports.Scoring = (model) ->
|
|||
|
||||
addPoints = ->
|
||||
modified = expModifier(delta)
|
||||
exp += modified
|
||||
gp += modified
|
||||
exp += modified*10
|
||||
gp += delta
|
||||
|
||||
subtractPoints = ->
|
||||
modified = hpModifier(delta)
|
||||
|
|
|
|||
Loading…
Reference in a new issue