From 2ab1aaffe00ebea3fcafa538bde88b52698ccca5 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 28 Feb 2016 15:14:59 -0500 Subject: [PATCH] this wasn't supposed to be here --- vwowrla.core/src/vwowrla/core/events/matchers.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vwowrla.core/src/vwowrla/core/events/matchers.clj b/vwowrla.core/src/vwowrla/core/events/matchers.clj index dac793b..8ff3d01 100644 --- a/vwowrla.core/src/vwowrla/core/events/matchers.clj +++ b/vwowrla.core/src/vwowrla/core/events/matchers.clj @@ -415,8 +415,7 @@ (= %7 "crushing") :crushing :else :normal) :resisted (->int %8) - :absorbed (->int %9) - :damage-type :physical)} + :absorbed (->int %9))} ;;; --------------------------------------------------------------------------------------------- ;;; MELEE DAMAGE AVOIDANCE (ABSORB/RESIST/MISS/BLOCK/DODGE/PARRY/EVADE)