From 93531ac24a011e987f12055be75f540b84c10bd4 Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Thu, 2 Jan 2014 11:58:30 +1000 Subject: [PATCH] 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) --- script/content.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/content.coffee b/script/content.coffee index e74c75b6fa..efd7ccb048 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -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) ->