diff --git a/script/index.coffee b/script/index.coffee index f6941201b2..e4eb43f70e 100644 --- a/script/index.coffee +++ b/script/index.coffee @@ -761,6 +761,8 @@ api.wrap = (user) -> addPoints = -> # ===== CRITICAL HITS ===== _crit = user.fns.crit() + # if there was a crit, alert the user via notification + user._tmp.crit = _crit if _crit > 1 # Exp Modifier # ===== Intelligence =====