Tools of the Trade description now mentions drops

Edited description for Tools of the Trade to state that it increases the chance of drops (because the spell buffs PER and PER is used to calculate "chance" in the randomDrop function)
This commit is contained in:
Alice Harris 2014-01-02 11:58:30 +10:00
parent b76b275a7c
commit 93531ac24a

View file

@ -330,7 +330,7 @@ api.spells =
mana: 25
lvl: 13
target: 'party'
notes: "You share your thievery tools with the party to aid them in 'acquiring' more gold. The party's gold bonus for tasks is buffed for a day."
notes: "You share your thievery tools with the party to aid them in 'acquiring' more gold. The party's gold bonus for tasks and chance of drops is buffed for a day."
cast: (user, target) ->
## lasts 24 hours ##
_.each target, (member) ->