This commit is contained in:
Tyler Renelle 2013-12-18 10:23:13 -07:00
parent 5d40849ef1
commit 50914cd83e
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

@ -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)