mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
spelling
This commit is contained in:
parent
5d40849ef1
commit
50914cd83e
2 changed files with 2 additions and 2 deletions
2
dist/habitrpg-shared.js
vendored
2
dist/habitrpg-shared.js
vendored
|
|
@ -10159,7 +10159,7 @@ var global=self;/**
|
|||
mana: 20,
|
||||
lvl: 8,
|
||||
target: 'self',
|
||||
notes: "You duck into the shadows, pulling up hood your hood. Many dailies won't find you this night; fewer yet the higher your Perception.",
|
||||
notes: "You duck into the shadows, pulling up your hood. Many dailies won't find you this night; fewer yet the higher your Perception.",
|
||||
cast: function(user, target) {
|
||||
var _base;
|
||||
if ((_base = user.stats.buffs).stealth == null) {
|
||||
|
|
|
|||
|
|
@ -319,7 +319,7 @@ api.spells =
|
|||
mana: 20
|
||||
lvl: 8
|
||||
target: 'self'
|
||||
notes: "You duck into the shadows, pulling up hood your hood. Many dailies won't find you this night; fewer yet the higher your Perception."
|
||||
notes: "You duck into the shadows, pulling up your hood. Many dailies won't find you this night; fewer yet the higher your Perception."
|
||||
cast: (user, target) ->
|
||||
user.stats.buffs.stealth ?= 0
|
||||
user.stats.buffs.stealth = Math.ceil(user._statsComputed.per * .075)
|
||||
|
|
|
|||
Loading…
Reference in a new issue