mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Added exp sync for Backstab
This commit is contained in:
parent
258da77586
commit
0ed3937d8f
1 changed files with 3 additions and 0 deletions
|
|
@ -620,6 +620,9 @@ api.spells =
|
|||
user.stats.exp += bonus
|
||||
user.stats.gp += bonus
|
||||
# user.party.quest.progress.up += bonus if user.party.quest.key # remove hurting bosses for rogues, seems OP for now
|
||||
#Sync the user stats to see if we level the user
|
||||
req = { language: user.preferences.language }
|
||||
user.fns.updateStats( user.stats , req )
|
||||
toolsOfTrade:
|
||||
text: t('spellRogueToolsOfTradeText')
|
||||
mana: 25
|
||||
|
|
|
|||
Loading…
Reference in a new issue