From 0458606eebbb0bf89193698e6a9b4aab7b4a20a2 Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 1 Feb 2014 12:37:58 -0700 Subject: [PATCH] Left out the critical chance on Brutal Smash changes --- script/content.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/content.coffee b/script/content.coffee index f157f90ee8..6e3fa4b69e 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -325,7 +325,7 @@ api.spells = target: 'task' notes: "You savagely hit a single task with all of your might, beating it into submission. The task's redness decreases." cast: (user, target) -> - target.value += 2.5 * (user._statsComputed.str / (user._statsComputed.str + 50)) + target.value += 2.5 * (user._statsComputed.str / (user._statsComputed.str + 50)) * user.fns.crit('per') user.party.quest.progress.up += Math.ceil(user._statsComputed.str * .2) if user.party.quest.key defensiveStance: text: 'Defensive Stance'